#CA3782

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

Shades of Deep Cerise #CA3782

Tints of Deep Cerise #CA3782

Color information

#CA3782 (or 0xCA3782) is unknown color: approx Deep Cerise. HEX triplet: CA, 37 and 82. RGB value is (202,55,130). Sum of RGB (Red+Green+Blue) = 202+55+130=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3782 is #35C87D. Grayscale: #6B6B6B. Windows color (decimal): -3524734 or 8533962. OLE color: 8533962.

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

Color convert

RGB20255130-
CMYK00.730.360.21
HSL329.39º58.1%50.39%-
HSV(B)329.39º72.77%79.22%-
XYZ29.7516.922.81-
YUV107.5140.7195.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 55 (21.88% from 255) = 14.21%
BLUE value IS 130 (51.17% from 255) = 33.59%
R=52.20%
G=14.21%
B=33.59%

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
Decimal2025513000.730.360.21329.3958.150.39
HexCA378204924151493a32
Octal31267202011144255117262
Binary11001010110111100000100100100110010010101101001001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3782; }

 p { color: rgb(202,55,130); }

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

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

 a { background-color: rgb(202,55,130); }

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

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

 span { border-color: rgb(202,55,130); }

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