#CC0058

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

Shades of Razzmatazz #CC0058

Tints of Razzmatazz #CC0058

Color information

#CC0058 (or 0xCC0058) is unknown color: approx Razzmatazz. HEX triplet: CC, 00 and 58. RGB value is (204,0,88). Sum of RGB (Red+Green+Blue) = 204+0+88=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0058 is #33FFA7. Grayscale: #464646. Windows color (decimal): -3407784 or 5767372. OLE color: 5767372.

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

Color convert

RGB204088-
CMYK010.570.2
HSL334.12º100%40%-
HSV(B)334.12º100%80%-
XYZ26.6613.5410.44-
YUV71.03137.59222.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 69.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 88 (34.77% from 255) = 30.14%
R=69.86%
G=0%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204088010.570.2334.1210040
HexCC058064391414e6428
Octal31401300144712451614450
Binary110011000101100001100100111001101001010011101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0058; }

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

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

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

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

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

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

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

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