#CD327E

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

Shades of Deep Cerise #CD327E

Tints of Deep Cerise #CD327E

Color information

#CD327E (or 0xCD327E) is unknown color: approx Deep Cerise. HEX triplet: CD, 32 and 7E. RGB value is (205,50,126). Sum of RGB (Red+Green+Blue) = 205+50+126=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD327E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD327E is #32CD81. Grayscale: #686868. Windows color (decimal): -3329410 or 8270541. OLE color: 8270541.

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

Color convert

RGB20550126-
CMYK00.760.390.20
HSL330.58º60.78%50%-
HSV(B)330.58º75.61%80.39%-
XYZ30.0816.7721.39-
YUV105.01139.85199.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.81%
GREEN value IS 50 (19.92% from 255) = 13.12%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=53.81%
G=13.12%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2055012600.760.390.20330.5860.7850
HexCD327E04C271414b3d32
Octal31562176011447245137562
Binary1100110111001011111100100110010011110100101001011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD327E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD327E; }

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

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

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

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

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

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

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

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