#CA3275

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

Shades of Deep Cerise #CA3275

Tints of Deep Cerise #CA3275

Color information

#CA3275 (or 0xCA3275) is unknown color: approx Deep Cerise. HEX triplet: CA, 32 and 75. RGB value is (202,50,117). Sum of RGB (Red+Green+Blue) = 202+50+117=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3275 is #35CD8A. Grayscale: #666666. Windows color (decimal): -3526027 or 7680714. OLE color: 7680714.

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

Color convert

RGB20250117-
CMYK00.750.420.21
HSL333.55º60.32%49.41%-
HSV(B)333.55º75.25%79.22%-
XYZ28.7116.1218.43-
YUV103.09135.86198.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.74%
GREEN value IS 50 (19.92% from 255) = 13.55%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=54.74%
G=13.55%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025011700.750.420.21333.5560.3249.41
HexCA327504B2A1514e3c31
Octal31262165011352255167461
Binary1100101011001011101010100101110101010101101001110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3275; }

 p { color: rgb(202,50,117); }

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

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

 a { background-color: rgb(202,50,117); }

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

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

 span { border-color: rgb(202,50,117); }

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