#CA337F

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

Shades of Deep Cerise #CA337F

Tints of Deep Cerise #CA337F

Color information

#CA337F (or 0xCA337F) is unknown color: approx Deep Cerise. HEX triplet: CA, 33 and 7F. RGB value is (202,51,127). Sum of RGB (Red+Green+Blue) = 202+51+127=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA337F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA337F is #35CC80. Grayscale: #686868. Windows color (decimal): -3525761 or 8336330. OLE color: 8336330.

HSL color Cylindrical-coordinate representation of color #CA337F: hue angle of 329.8º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA337F is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB20251127-
CMYK00.750.370.21
HSL329.8º59.68%49.61%-
HSV(B)329.8º74.75%79.22%-
XYZ29.3716.4621.71-
YUV104.81140.53197.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.16%
GREEN value IS 51 (20.31% from 255) = 13.42%
BLUE value IS 127 (50% from 255) = 33.42%
R=53.16%
G=13.42%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025112700.750.370.21329.859.6849.61
HexCA337F04B251514a3c32
Octal31263177011345255127462
Binary1100101011001111111110100101110010110101101001010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA337F; }

 p { color: rgb(202,51,127); }

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

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

 a { background-color: rgb(202,51,127); }

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

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

 span { border-color: rgb(202,51,127); }

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