#CA357C

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

Shades of Deep Cerise #CA357C

Tints of Deep Cerise #CA357C

Color information

#CA357C (or 0xCA357C) is unknown color: approx Deep Cerise. HEX triplet: CA, 35 and 7C. RGB value is (202,53,124). Sum of RGB (Red+Green+Blue) = 202+53+124=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA357C is #35CA83. Grayscale: #696969. Windows color (decimal): -3525252 or 8140234. OLE color: 8140234.

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

Color convert

RGB20253124-
CMYK00.740.390.21
HSL331.41º58.43%50%-
HSV(B)331.41º73.76%79.22%-
XYZ29.2716.5620.72-
YUV105.64138.36196.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.30%
GREEN value IS 53 (21.09% from 255) = 13.98%
BLUE value IS 124 (48.83% from 255) = 32.72%
R=53.30%
G=13.98%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025312400.740.390.21331.4158.4350
HexCA357C04A271514b3a32
Octal31265174011247255137262
Binary1100101011010111111000100101010011110101101001011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA357C; }

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

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

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

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

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

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

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

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