#CA3681

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

Shades of Deep Cerise #CA3681

Tints of Deep Cerise #CA3681

Color information

#CA3681 (or 0xCA3681) is unknown color: approx Deep Cerise. HEX triplet: CA, 36 and 81. RGB value is (202,54,129). Sum of RGB (Red+Green+Blue) = 202+54+129=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3681 is #35C97E. Grayscale: #6A6A6A. Windows color (decimal): -3524991 or 8468170. OLE color: 8468170.

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

Color convert

RGB20254129-
CMYK00.730.360.21
HSL329.59º58.27%50.2%-
HSV(B)329.59º73.27%79.22%-
XYZ29.6416.7822.45-
YUV106.8140.53195.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.47%
GREEN value IS 54 (21.48% from 255) = 14.03%
BLUE value IS 129 (50.78% from 255) = 33.51%
R=52.47%
G=14.03%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025412900.730.360.21329.5958.2750.2
HexCA3681049241514a3a32
Octal31266201011144255127262
Binary11001010110110100000010100100110010010101101001010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3681; }

 p { color: rgb(202,54,129); }

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

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

 a { background-color: rgb(202,54,129); }

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

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

 span { border-color: rgb(202,54,129); }

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