#CC327F

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

Shades of Deep Cerise #CC327F

Tints of Deep Cerise #CC327F

Color information

#CC327F (or 0xCC327F) is unknown color: approx Deep Cerise. HEX triplet: CC, 32 and 7F. RGB value is (204,50,127). Sum of RGB (Red+Green+Blue) = 204+50+127=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC327F is #33CD80. Grayscale: #686868. Windows color (decimal): -3394945 or 8336076. OLE color: 8336076.

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

Color convert

RGB20450127-
CMYK00.750.380.2
HSL330º60.63%49.8%-
HSV(B)330º75.49%80%-
XYZ29.8716.6521.72-
YUV104.82140.52198.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.54%
GREEN value IS 50 (19.92% from 255) = 13.12%
BLUE value IS 127 (50% from 255) = 33.33%
R=53.54%
G=13.12%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045012700.750.380.233060.6349.8
HexCC327F04B261414a3d32
Octal31462177011346245127562
Binary1100110011001011111110100101110011010100101001010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC327F; }

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

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

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

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

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

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

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

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