Html Css Color HEX #CA417F Mulberry

📋 copy color: '#CA417F'

red 202 ◦ green 65 ◦ blue 127

#CA417F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #CA417F

Tints of Mulberry #CA417F

RGB

 RED value IS 202 (79.3% from 255) = 51.27%

 GREEN value IS 65 (25.78% from 255) = 16.5%

 BLUE value IS 127 (50% from 255) = 32.23%

R = 51.27%
G = 16.5%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA417F (or 0xCA417F) is known color: Mulberry. HEX triplet: CA, 41 and 7F. RGB value is (202,65,127). Sum of RGB (Red+Green+Blue) = 202+65+127=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA417F is #35BE80. Grayscale: #707070. Windows color (decimal): -3522177 or 8339914. OLE color: 8339914.

HSL color Cylindrical-coordinate representation of color #CA417F: hue angle of 332.85º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA417F is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 65 127 -
CMYK 0 0.68 0.37 0.21
HSL 332.85º 0.56% 0.52% -
HSV(B) 332.85º 0.68% 0.79% -
XYZ 30.08 17.87 21.94 -
YUV 113.03 135.89 191.46 -
System Red Green Blue C M Y K H S L
Decimal 202 65 127 0 0.68 0.37 0.21 332.85 0.56 0.52
Hex CA 41 7F 0 44 25 15 14D 38 34
Octal 312 101 177 0 104 45 25 515 70 64
Binary 11001010 1000001 1111111 0 1000100 100101 10101 101001101 111000 110100

Color Harmonies of #CA417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA417F

Black with #CA417F

Text Example


Text Example

White with #CA417F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA417F; }

 p { color: rgb(202,65,127); }

 H1.HeaderClassName
 {
   color: #CA417F;
 }
 .AnyTagClassName
 {
   color: #CA417F;
 }
</style>

background-color css

<style>
 a { background-color: #CA417F; }

 a { background-color: rgb(202,65,127); }

 div.DivClassName
 {
   background-color: #CA417F;
 }
 .BgClassName
 {
   background-color: #CA417F;
 }
</style>

border-color css

<style>
 span { border-color: #CA417F; }

 span { border-color: rgb(202,65,127); }

 td.TdClassName
 {
   border-color: #CA417F;
 }
 .TagClassName
 {
   border-color: #CA417F;
 }
</style>