#CC005C

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

Shades of Razzmatazz #CC005C

Tints of Razzmatazz #CC005C

Color information

#CC005C (or 0xCC005C) is unknown color: approx Razzmatazz. HEX triplet: CC, 00 and 5C. RGB value is (204,0,92). Sum of RGB (Red+Green+Blue) = 204+0+92=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC005C is #33FFA3. Grayscale: #474747. Windows color (decimal): -3407780 or 6029516. OLE color: 6029516.

HSL color Cylindrical-coordinate representation of color #CC005C: hue angle of 332.94º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC005C is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB204092-
CMYK010.550.2
HSL332.94º100%40%-
HSV(B)332.94º100%80%-
XYZ26.8313.6111.34-
YUV71.48139.59222.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 68.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 92 (36.33% from 255) = 31.08%
R=68.92%
G=0%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204092010.550.2332.9410040
HexCC05C064371414d6428
Octal31401340144672451514450
Binary110011000101110001100100110111101001010011011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC005C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC005C; }

 p { color: rgb(204,0,92); }

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

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

 a { background-color: rgb(204,0,92); }

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

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

 span { border-color: rgb(204,0,92); }

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