#CA357B

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

Shades of Deep Cerise #CA357B

Tints of Deep Cerise #CA357B

Color information

#CA357B (or 0xCA357B) is unknown color: approx Deep Cerise. HEX triplet: CA, 35 and 7B. RGB value is (202,53,123). Sum of RGB (Red+Green+Blue) = 202+53+123=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA357B is #35CA84. Grayscale: #696969. Windows color (decimal): -3525253 or 8074698. OLE color: 8074698.

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

Color convert

RGB20253123-
CMYK00.740.390.21
HSL331.81º58.43%50%-
HSV(B)331.81º73.76%79.22%-
XYZ29.2116.5320.39-
YUV105.53137.86196.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.44%
GREEN value IS 53 (21.09% from 255) = 14.02%
BLUE value IS 123 (48.44% from 255) = 32.54%
R=53.44%
G=14.02%
B=32.54%

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
Decimal2025312300.740.390.21331.8158.4350
HexCA357B04A271514c3a32
Octal31265173011247255147262
Binary1100101011010111110110100101010011110101101001100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA357B; }

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

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

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

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

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

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

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

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