#CD3779

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

Shades of Deep Cerise #CD3779

Tints of Deep Cerise #CD3779

Color information

#CD3779 (or 0xCD3779) is unknown color: approx Deep Cerise. HEX triplet: CD, 37 and 79. RGB value is (205,55,121). Sum of RGB (Red+Green+Blue) = 205+55+121=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3779 is #32C886. Grayscale: #6B6B6B. Windows color (decimal): -3328135 or 7944141. OLE color: 7944141.

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

Color convert

RGB20555121-
CMYK00.730.410.20
HSL333.6º60%50.98%-
HSV(B)333.6º73.17%80.39%-
XYZ29.9917.0919.81-
YUV107.37135.7197.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.81%
GREEN value IS 55 (21.88% from 255) = 14.44%
BLUE value IS 121 (47.66% from 255) = 31.76%
R=53.81%
G=14.44%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055512100.730.410.20333.66050.98
HexCD3779049291414e3c33
Octal31567171011151245167463
Binary1100110111011111110010100100110100110100101001110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3779; }

 p { color: rgb(205,55,121); }

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

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

 a { background-color: rgb(205,55,121); }

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

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

 span { border-color: rgb(205,55,121); }

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