#CC327E

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

Shades of Deep Cerise #CC327E

Tints of Deep Cerise #CC327E

Color information

#CC327E (or 0xCC327E) is unknown color: approx Deep Cerise. HEX triplet: CC, 32 and 7E. RGB value is (204,50,126). Sum of RGB (Red+Green+Blue) = 204+50+126=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC327E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC327E is #33CD81. Grayscale: #686868. Windows color (decimal): -3394946 or 8270540. OLE color: 8270540.

HSL color Cylindrical-coordinate representation of color #CC327E: hue angle of 330.39º 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 #CC327E is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB20450126-
CMYK00.750.380.2
HSL330.39º60.63%49.8%-
HSV(B)330.39º75.49%80%-
XYZ29.8116.6221.38-
YUV104.71140.02198.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.68%
GREEN value IS 50 (19.92% from 255) = 13.16%
BLUE value IS 126 (49.61% from 255) = 33.16%
R=53.68%
G=13.16%
B=33.16%

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
Decimal2045012600.750.380.2330.3960.6349.8
HexCC327E04B261414a3d32
Octal31462176011346245127562
Binary1100110011001011111100100101110011010100101001010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC327E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC327E; }

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

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

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

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

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

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

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

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