#CA3474

Color #CA3474 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #CA3474

Tints of Deep Cerise #CA3474

Color information

#CA3474 (or 0xCA3474) is unknown color: approx Deep Cerise. HEX triplet: CA, 34 and 74. RGB value is (202,52,116). Sum of RGB (Red+Green+Blue) = 202+52+116=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3474 is #35CB8B. Grayscale: #686868. Windows color (decimal): -3525516 or 7615690. OLE color: 7615690.

HSL color Cylindrical-coordinate representation of color #CA3474: hue angle of 334.4º degrees, saturation: 0.59, 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 #CA3474 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB20252116-
CMYK00.740.430.21
HSL334.4º59.06%49.8%-
HSV(B)334.4º74.26%79.22%-
XYZ28.7416.2718.15-
YUV104.15134.7197.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.59%
GREEN value IS 52 (20.70% from 255) = 14.05%
BLUE value IS 116 (45.70% from 255) = 31.35%
R=54.59%
G=14.05%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025211600.740.430.21334.459.0649.8
HexCA347404A2B1514e3b32
Octal31264164011253255167362
Binary1100101011010011101000100101010101110101101001110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3474; }

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

 H1.HeaderClassName
 {
   color: #CA3474;
 }
 .AnyTagClassName
 {
   color: #CA3474;
 }
</style>
background-color css

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

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

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

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

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

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