#CA297C

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

Shades of Deep Cerise #CA297C

Tints of Deep Cerise #CA297C

Color information

#CA297C (or 0xCA297C) is unknown color: approx Deep Cerise. HEX triplet: CA, 29 and 7C. RGB value is (202,41,124). Sum of RGB (Red+Green+Blue) = 202+41+124=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA297C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA297C is #35D683. Grayscale: #626262. Windows color (decimal): -3528324 or 8137162. OLE color: 8137162.

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

Color convert

RGB20241124-
CMYK00.800.390.21
HSL329.07º66.26%47.65%-
HSV(B)329.07º79.7%79.22%-
XYZ28.7915.620.56-
YUV98.6142.34201.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.04%
GREEN value IS 41 (16.41% from 255) = 11.17%
BLUE value IS 124 (48.83% from 255) = 33.79%
R=55.04%
G=11.17%
B=33.79%

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
Decimal2024112400.800.390.21329.0766.2647.65
HexCA297C05027151494230
Octal312511740120472551110260
Binary11001010101001111110001010000100111101011010010011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA297C; }

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

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

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

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

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

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

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

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