#CA3675

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

Shades of Deep Cerise #CA3675

Tints of Deep Cerise #CA3675

Color information

#CA3675 (or 0xCA3675) is unknown color: approx Deep Cerise. HEX triplet: CA, 36 and 75. RGB value is (202,54,117). Sum of RGB (Red+Green+Blue) = 202+54+117=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3675 is #35C98A. Grayscale: #696969. Windows color (decimal): -3525003 or 7681738. OLE color: 7681738.

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

Color convert

RGB20254117-
CMYK00.730.420.21
HSL334.46º58.27%50.2%-
HSV(B)334.46º73.27%79.22%-
XYZ28.8916.4818.49-
YUV105.43134.53196.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.16%
GREEN value IS 54 (21.48% from 255) = 14.48%
BLUE value IS 117 (46.09% from 255) = 31.37%
R=54.16%
G=14.48%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025411700.730.420.21334.4658.2750.2
HexCA36750492A1514e3a32
Octal31266165011152255167262
Binary1100101011011011101010100100110101010101101001110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3675; }

 p { color: rgb(202,54,117); }

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

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

 a { background-color: rgb(202,54,117); }

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

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

 span { border-color: rgb(202,54,117); }

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