#CD3974

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

Shades of Deep Cerise #CD3974

Tints of Deep Cerise #CD3974

Color information

#CD3974 (or 0xCD3974) is unknown color: approx Deep Cerise. HEX triplet: CD, 39 and 74. RGB value is (205,57,116). Sum of RGB (Red+Green+Blue) = 205+57+116=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3974 is #32C68B. Grayscale: #6B6B6B. Windows color (decimal): -3327628 or 7616973. OLE color: 7616973.

HSL color Cylindrical-coordinate representation of color #CD3974: hue angle of 336.08º 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 #CD3974 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB20557116-
CMYK00.720.430.20
HSL336.08º59.68%51.37%-
HSV(B)336.08º72.2%80.39%-
XYZ29.7917.1718.27-
YUV107.98132.53197.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.23%
GREEN value IS 57 (22.66% from 255) = 15.08%
BLUE value IS 116 (45.70% from 255) = 30.69%
R=54.23%
G=15.08%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055711600.720.430.20336.0859.6851.37
HexCD39740482B141503c33
Octal31571164011053245207463
Binary1100110111100111101000100100010101110100101010000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3974; }

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

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

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

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

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

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

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

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