#CC327A

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

Shades of Deep Cerise #CC327A

Tints of Deep Cerise #CC327A

Color information

#CC327A (or 0xCC327A) is unknown color: approx Deep Cerise. HEX triplet: CC, 32 and 7A. RGB value is (204,50,122). Sum of RGB (Red+Green+Blue) = 204+50+122=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC327A is #33CD85. Grayscale: #686868. Windows color (decimal): -3394950 or 8008396. OLE color: 8008396.

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

Color convert

RGB20450122-
CMYK00.750.400.2
HSL331.95º60.63%49.8%-
HSV(B)331.95º75.49%80%-
XYZ29.5616.5220.04-
YUV104.25138.02199.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.26%
GREEN value IS 50 (19.92% from 255) = 13.30%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=54.26%
G=13.30%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045012200.750.400.2331.9560.6349.8
HexCC327A04B281414c3d32
Octal31462172011350245147562
Binary1100110011001011110100100101110100010100101001100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC327A; }

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

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

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

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

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

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

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

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