Shades of Razzmatazz #CC0351
Tints of Razzmatazz #CC0351
RGB
CMYK
RGB Variations
Color information
#CC0351 (or 0xCC0351) is known color: Razzmatazz. HEX triplet: CC, 03 and 51. RGB value is (204,3,81). Sum of RGB (Red+Green+Blue) = 204+3+81=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0351 is #33FCAE. Grayscale: #474747. Windows color (decimal): -3407023 or 5309388. OLE color: 5309388.
HSL color Cylindrical-coordinate representation of color #CC0351: hue angle of 336.72º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0351 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 81 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.2 |
| HSL | 336.72º | 0.97% | 0.41% | - |
| HSV(B) | 336.72º | 0.99% | 0.8% | - |
| XYZ | 26.42 | 13.5 | 9 | - |
| YUV | 71.99 | 133.09 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 81 | 0 | 0.99 | 0.60 | 0.2 | 336.72 | 0.97 | 0.41 |
| Hex | CC | 3 | 51 | 0 | 63 | 3C | 14 | 151 | 61 | 29 |
| Octal | 314 | 3 | 121 | 0 | 143 | 74 | 24 | 521 | 141 | 51 |
| Binary | 11001100 | 11 | 1010001 | 0 | 1100011 | 111100 | 10100 | 101010001 | 1100001 | 101001 |
Color Harmonies of #CC0351
Complementary color
Monochromatic Colors of #CC0351
Black with #CC0351
Text Example
Text Example
White with #CC0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0351; }
p { color: rgb(204,3,81); }
H1.HeaderClassName
{
color: #CC0351;
}
.AnyTagClassName
{
color: #CC0351;
}
</style>
background-color css
<style>
a { background-color: #CC0351; }
a { background-color: rgb(204,3,81); }
div.DivClassName
{
background-color: #CC0351;
}
.BgClassName
{
background-color: #CC0351;
}
</style>
border-color css
<style>
span { border-color: #CC0351; }
span { border-color: rgb(204,3,81); }
td.TdClassName
{
border-color: #CC0351;
}
.TagClassName
{
border-color: #CC0351;
}
</style>