#CA297B

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

Shades of Deep Cerise #CA297B

Tints of Deep Cerise #CA297B

Color information

#CA297B (or 0xCA297B) is unknown color: approx Deep Cerise. HEX triplet: CA, 29 and 7B. RGB value is (202,41,123). Sum of RGB (Red+Green+Blue) = 202+41+123=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA297B is #35D684. Grayscale: #626262. Windows color (decimal): -3528325 or 8071626. OLE color: 8071626.

HSL color Cylindrical-coordinate representation of color #CA297B: hue angle of 329.44º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA297B is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB20241123-
CMYK00.800.390.21
HSL329.44º66.26%47.65%-
HSV(B)329.44º79.7%79.22%-
XYZ28.7315.5720.23-
YUV98.49141.84201.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.19%
GREEN value IS 41 (16.41% from 255) = 11.20%
BLUE value IS 123 (48.44% from 255) = 33.61%
R=55.19%
G=11.20%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024112300.800.390.21329.4466.2647.65
HexCA297B05027151494230
Octal312511730120472551110260
Binary11001010101001111101101010000100111101011010010011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA297B; }

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

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

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

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

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

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

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

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