#CD3E7C

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

Shades of Deep Cerise #CD3E7C

Tints of Deep Cerise #CD3E7C

Color information

#CD3E7C (or 0xCD3E7C) is unknown color: approx Deep Cerise. HEX triplet: CD, 3E and 7C. RGB value is (205,62,124). Sum of RGB (Red+Green+Blue) = 205+62+124=391 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.43% from 391); Green value is 62 (24.61% from 255 or 15.86% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3E7C is #32C183. Grayscale: #6F6F6F. Windows color (decimal): -3326340 or 8142541. OLE color: 8142541.

HSL color Cylindrical-coordinate representation of color #CD3E7C: hue angle of 333.99º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD3E7C is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB20562124-
CMYK00.700.400.20
HSL333.99º58.85%52.35%-
HSV(B)333.99º69.76%80.39%-
XYZ30.5417.8820.91-
YUV111.82134.88194.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.43%
GREEN value IS 62 (24.61% from 255) = 15.86%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=52.43%
G=15.86%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056212400.700.400.20333.9958.8552.35
HexCD3E7C046281414e3b34
Octal31576174010650245167364
Binary1100110111111011111000100011010100010100101001110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3E7C; }

 p { color: rgb(205,62,124); }

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

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

 a { background-color: rgb(205,62,124); }

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

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

 span { border-color: rgb(205,62,124); }

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