#CD3994

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

Shades of Deep Cerise #CD3994

Tints of Deep Cerise #CD3994

Color information

#CD3994 (or 0xCD3994) is unknown color: approx Deep Cerise. HEX triplet: CD, 39 and 94. RGB value is (205,57,148). Sum of RGB (Red+Green+Blue) = 205+57+148=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD3994 is #32C66B. Grayscale: #6F6F6F. Windows color (decimal): -3327596 or 9714125. OLE color: 9714125.

HSL color Cylindrical-coordinate representation of color #CD3994: hue angle of 323.11º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3994 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB20557148-
CMYK00.720.280.20
HSL323.11º59.68%51.37%-
HSV(B)323.11º72.2%80.39%-
XYZ31.9918.0429.81-
YUV111.63148.53194.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 13.90%
BLUE value IS 148 (58.20% from 255) = 36.10%
R=50%
G=13.90%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055714800.720.280.20323.1159.6851.37
HexCD39940481C141433c33
Octal31571224011034245037463
Binary1100110111100110010100010010001110010100101000011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3994; }

 p { color: rgb(205,57,148); }

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

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

 a { background-color: rgb(205,57,148); }

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

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

 span { border-color: rgb(205,57,148); }

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