Shades of Razzmatazz #CC0353
Tints of Razzmatazz #CC0353
RGB
CMYK
RGB Variations
Color information
#CC0353 (or 0xCC0353) is known color: Razzmatazz. HEX triplet: CC, 03 and 53. RGB value is (204,3,83). Sum of RGB (Red+Green+Blue) = 204+3+83=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0353 is #33FCAC. Grayscale: #484848. Windows color (decimal): -3407021 or 5440460. OLE color: 5440460.
HSL color Cylindrical-coordinate representation of color #CC0353: hue angle of 336.12º 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 #CC0353 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 83 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.2 |
| HSL | 336.12º | 0.97% | 0.41% | - |
| HSV(B) | 336.12º | 0.99% | 0.8% | - |
| XYZ | 26.5 | 13.53 | 9.4 | - |
| YUV | 72.22 | 134.09 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 83 | 0 | 0.99 | 0.59 | 0.2 | 336.12 | 0.97 | 0.41 |
| Hex | CC | 3 | 53 | 0 | 63 | 3B | 14 | 150 | 61 | 29 |
| Octal | 314 | 3 | 123 | 0 | 143 | 73 | 24 | 520 | 141 | 51 |
| Binary | 11001100 | 11 | 1010011 | 0 | 1100011 | 111011 | 10100 | 101010000 | 1100001 | 101001 |
Color Harmonies of #CC0353
Complementary color
Monochromatic Colors of #CC0353
Black with #CC0353
Text Example
Text Example
White with #CC0353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0353; }
p { color: rgb(204,3,83); }
H1.HeaderClassName
{
color: #CC0353;
}
.AnyTagClassName
{
color: #CC0353;
}
</style>
background-color css
<style>
a { background-color: #CC0353; }
a { background-color: rgb(204,3,83); }
div.DivClassName
{
background-color: #CC0353;
}
.BgClassName
{
background-color: #CC0353;
}
</style>
border-color css
<style>
span { border-color: #CC0353; }
span { border-color: rgb(204,3,83); }
td.TdClassName
{
border-color: #CC0353;
}
.TagClassName
{
border-color: #CC0353;
}
</style>