#CA3480

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

Shades of Deep Cerise #CA3480

Tints of Deep Cerise #CA3480

Color information

#CA3480 (or 0xCA3480) is unknown color: approx Deep Cerise. HEX triplet: CA, 34 and 80. RGB value is (202,52,128). Sum of RGB (Red+Green+Blue) = 202+52+128=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3480 is #35CB7F. Grayscale: #696969. Windows color (decimal): -3525504 or 8402122. OLE color: 8402122.

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

Color convert

RGB20252128-
CMYK00.740.370.21
HSL329.6º59.06%49.8%-
HSV(B)329.6º74.26%79.22%-
XYZ29.4816.5722.07-
YUV105.51140.7196.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.88%
GREEN value IS 52 (20.70% from 255) = 13.61%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=52.88%
G=13.61%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025212800.740.370.21329.659.0649.8
HexCA348004A251514a3b32
Octal31264200011245255127362
Binary11001010110100100000000100101010010110101101001010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3480; }

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

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

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

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

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

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

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

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