#CA307B

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

Shades of Deep Cerise #CA307B

Tints of Deep Cerise #CA307B

Color information

#CA307B (or 0xCA307B) is unknown color: approx Deep Cerise. HEX triplet: CA, 30 and 7B. RGB value is (202,48,123). Sum of RGB (Red+Green+Blue) = 202+48+123=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA307B is #35CF84. Grayscale: #666666. Windows color (decimal): -3526533 or 8073418. OLE color: 8073418.

HSL color Cylindrical-coordinate representation of color #CA307B: hue angle of 330.78º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA307B is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB20248123-
CMYK00.760.390.21
HSL330.78º61.6%49.02%-
HSV(B)330.78º76.24%79.22%-
XYZ28.9916.120.32-
YUV102.6139.52198.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.16%
GREEN value IS 48 (19.14% from 255) = 12.87%
BLUE value IS 123 (48.44% from 255) = 32.98%
R=54.16%
G=12.87%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024812300.760.390.21330.7861.649.02
HexCA307B04C271514b3e31
Octal31260173011447255137661
Binary1100101011000011110110100110010011110101101001011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA307B; }

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

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

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

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

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

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

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

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