#cd3b76

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

Shades of Deep Cerise #CD3B76

Tints of Deep Cerise #CD3B76

Color information

#CD3B76 (or 0xCD3B76) is unknown color: approx Deep Cerise. HEX triplet: CD, 3B and 76. RGB value is (205,59,118). Sum of RGB (Red+Green+Blue) = 205+59+118=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3B76 is #32C489. Grayscale: #6D6D6D. Windows color (decimal): -3327114 or 7748557. OLE color: 7748557.

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

Color convert

RGB20559118-
CMYK00.710.420.20
HSL335.75º59.35%51.76%-
HSV(B)335.75º71.22%80.39%-
XYZ30.0117.4218.92-
YUV109.38132.87196.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.66%
GREEN value IS 59 (23.44% from 255) = 15.45%
BLUE value IS 118 (46.48% from 255) = 30.89%
R=53.66%
G=15.45%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055911800.710.420.20335.7559.3551.76
HexCD3B760472A141503b34
Octal31573166010752245207364
Binary1100110111101111101100100011110101010100101010000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd3b76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd3b76; }

 p { color: rgb(205,59,118); }

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

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

 a { background-color: rgb(205,59,118); }

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

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

 span { border-color: rgb(205,59,118); }

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