Html Css Color HEX #CA3574 Deep Cerise

📋 copy color: '#CA3574'

red 202 ◦ green 53 ◦ blue 116

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

Shades of Deep Cerise #CA3574

Tints of Deep Cerise #CA3574

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.29%

 BLUE value IS 116 (45.7% from 255) = 31.27%

R = 54.45%
G = 14.29%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA3574 (or 0xCA3574) is known color: Deep Cerise. HEX triplet: CA, 35 and 74. RGB value is (202,53,116). Sum of RGB (Red+Green+Blue) = 202+53+116=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3574 is #35CA8B. Grayscale: #686868. Windows color (decimal): -3525260 or 7615946. OLE color: 7615946.

HSL color Cylindrical-coordinate representation of color #CA3574: hue angle of 334.63º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA3574 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 53 116 -
CMYK 0 0.74 0.43 0.21
HSL 334.63º 0.58% 0.5% -
HSV(B) 334.63º 0.74% 0.79% -
XYZ 28.78 16.36 18.16 -
YUV 104.73 134.36 197.38 -
System Red Green Blue C M Y K H S L
Decimal 202 53 116 0 0.74 0.43 0.21 334.63 0.58 0.5
Hex CA 35 74 0 4A 2B 15 14F 3A 32
Octal 312 65 164 0 112 53 25 517 72 62
Binary 11001010 110101 1110100 0 1001010 101011 10101 101001111 111010 110010

Color Harmonies of #CA3574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3574

Black with #CA3574

Text Example


Text Example

White with #CA3574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3574; }

 p { color: rgb(202,53,116); }

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

background-color css

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

 a { background-color: rgb(202,53,116); }

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

border-color css

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

 span { border-color: rgb(202,53,116); }

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