#CD3E7B

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

Shades of Deep Cerise #CD3E7B

Tints of Deep Cerise #CD3E7B

Color information

#CD3E7B (or 0xCD3E7B) is unknown color: approx Deep Cerise. HEX triplet: CD, 3E and 7B. RGB value is (205,62,123). Sum of RGB (Red+Green+Blue) = 205+62+123=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3E7B is #32C184. Grayscale: #6F6F6F. Windows color (decimal): -3326341 or 8077005. OLE color: 8077005.

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

Color convert

RGB20562123-
CMYK00.700.40.20
HSL334.41º58.85%52.35%-
HSV(B)334.41º69.76%80.39%-
XYZ30.4717.8520.58-
YUV111.71134.38194.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.56%
GREEN value IS 62 (24.61% from 255) = 15.90%
BLUE value IS 123 (48.44% from 255) = 31.54%
R=52.56%
G=15.90%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056212300.700.40.20334.4158.8552.35
HexCD3E7B046281414e3b34
Octal31576173010650245167364
Binary1100110111111011110110100011010100010100101001110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3E7B; }

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

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

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

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

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

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

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

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