#CD327F

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

Shades of Deep Cerise #CD327F

Tints of Deep Cerise #CD327F

Color information

#CD327F (or 0xCD327F) is unknown color: approx Deep Cerise. HEX triplet: CD, 32 and 7F. RGB value is (205,50,127). Sum of RGB (Red+Green+Blue) = 205+50+127=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD327F is #32CD80. Grayscale: #686868. Windows color (decimal): -3329409 or 8336077. OLE color: 8336077.

HSL color Cylindrical-coordinate representation of color #CD327F: hue angle of 330.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD327F is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB20550127-
CMYK00.760.380.20
HSL330.19º60.78%50%-
HSV(B)330.19º75.61%80.39%-
XYZ30.1516.7921.73-
YUV105.12140.35199.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.66%
GREEN value IS 50 (19.92% from 255) = 13.09%
BLUE value IS 127 (50% from 255) = 33.25%
R=53.66%
G=13.09%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055012700.760.380.20330.1960.7850
HexCD327F04C261414a3d32
Octal31562177011446245127562
Binary1100110111001011111110100110010011010100101001010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD327F; }

 p { color: rgb(205,50,127); }

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

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

 a { background-color: rgb(205,50,127); }

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

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

 span { border-color: rgb(205,50,127); }

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