#CA3380

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

Shades of Deep Cerise #CA3380

Tints of Deep Cerise #CA3380

Color information

#CA3380 (or 0xCA3380) is unknown color: approx Deep Cerise. HEX triplet: CA, 33 and 80. RGB value is (202,51,128). Sum of RGB (Red+Green+Blue) = 202+51+128=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3380 is #35CC7F. Grayscale: #686868. Windows color (decimal): -3525760 or 8401866. OLE color: 8401866.

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

Color convert

RGB20251128-
CMYK00.750.370.21
HSL329.4º59.68%49.61%-
HSV(B)329.4º74.75%79.22%-
XYZ29.4416.4822.05-
YUV104.93141.03197.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.02%
GREEN value IS 51 (20.31% from 255) = 13.39%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=53.02%
G=13.39%
B=33.60%

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
Decimal2025112800.750.370.21329.459.6849.61
HexCA338004B25151493c32
Octal31263200011345255117462
Binary11001010110011100000000100101110010110101101001001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3380; }

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

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

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

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

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

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

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

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