#CC0451

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

Shades of Razzmatazz #CC0451

Tints of Razzmatazz #CC0451

Color information

#CC0451 (or 0xCC0451) is unknown color: approx Razzmatazz. HEX triplet: CC, 04 and 51. RGB value is (204,4,81). Sum of RGB (Red+Green+Blue) = 204+4+81=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0451 is #33FBAE. Grayscale: #484848. Windows color (decimal): -3406767 or 5309644. OLE color: 5309644.

HSL color Cylindrical-coordinate representation of color #CC0451: hue angle of 336.9º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0451 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB204481-
CMYK00.980.600.2
HSL336.9º96.15%40.78%-
HSV(B)336.9º98.04%80%-
XYZ26.4313.529-
YUV72.58132.76221.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 70.59%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 81 (32.03% from 255) = 28.03%
R=70.59%
G=1.38%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20448100.980.600.2336.996.1540.78
HexCC4510623C141516029
Octal31441210142742452114051
Binary11001100100101000101100010111100101001010100011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0451; }

 p { color: rgb(204,4,81); }

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

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

 a { background-color: rgb(204,4,81); }

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

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

 span { border-color: rgb(204,4,81); }

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