#CD3282

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

Shades of Deep Cerise #CD3282

Tints of Deep Cerise #CD3282

Color information

#CD3282 (or 0xCD3282) is unknown color: approx Deep Cerise. HEX triplet: CD, 32 and 82. RGB value is (205,50,130). Sum of RGB (Red+Green+Blue) = 205+50+130=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3282 is #32CD7D. Grayscale: #696969. Windows color (decimal): -3329406 or 8532685. OLE color: 8532685.

HSL color Cylindrical-coordinate representation of color #CD3282: hue angle of 329.03º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD3282 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB20550130-
CMYK00.760.370.20
HSL329.03º60.78%50%-
HSV(B)329.03º75.61%80.39%-
XYZ30.3516.8722.78-
YUV105.46141.85199-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.25%
GREEN value IS 50 (19.92% from 255) = 12.99%
BLUE value IS 130 (51.17% from 255) = 33.77%
R=53.25%
G=12.99%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055013000.760.370.20329.0360.7850
HexCD328204C25141493d32
Octal31562202011445245117562
Binary11001101110010100000100100110010010110100101001001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3282; }

 p { color: rgb(205,50,130); }

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

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

 a { background-color: rgb(205,50,130); }

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

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

 span { border-color: rgb(205,50,130); }

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