#CC005B

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

Shades of Razzmatazz #CC005B

Tints of Razzmatazz #CC005B

Color information

#CC005B (or 0xCC005B) is unknown color: approx Razzmatazz. HEX triplet: CC, 00 and 5B. RGB value is (204,0,91). Sum of RGB (Red+Green+Blue) = 204+0+91=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC005B is #33FFA4. Grayscale: #474747. Windows color (decimal): -3407781 or 5963980. OLE color: 5963980.

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

Color convert

RGB204091-
CMYK010.550.2
HSL333.24º100%40%-
HSV(B)333.24º100%80%-
XYZ26.7913.5911.11-
YUV71.37139.09222.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 69.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=69.15%
G=0%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204091010.550.2333.2410040
HexCC05B064371414d6428
Octal31401330144672451514450
Binary110011000101101101100100110111101001010011011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC005B; }

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

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

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

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

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

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

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

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