#CA337D

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

Shades of Deep Cerise #CA337D

Tints of Deep Cerise #CA337D

Color information

#CA337D (or 0xCA337D) is unknown color: approx Deep Cerise. HEX triplet: CA, 33 and 7D. RGB value is (202,51,125). Sum of RGB (Red+Green+Blue) = 202+51+125=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA337D is #35CC82. Grayscale: #686868. Windows color (decimal): -3525763 or 8205258. OLE color: 8205258.

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

Color convert

RGB20251125-
CMYK00.750.380.21
HSL330.6º59.68%49.61%-
HSV(B)330.6º74.75%79.22%-
XYZ29.2416.421.03-
YUV104.58139.53197.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.44%
GREEN value IS 51 (20.31% from 255) = 13.49%
BLUE value IS 125 (49.22% from 255) = 33.07%
R=53.44%
G=13.49%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025112500.750.380.21330.659.6849.61
HexCA337D04B261514b3c32
Octal31263175011346255137462
Binary1100101011001111111010100101110011010101101001011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA337D; }

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

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

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

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

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

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

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

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