Shades of Razzmatazz #CC035B
Tints of Razzmatazz #CC035B
RGB
CMYK
RGB Variations
Color information
#CC035B (or 0xCC035B) is known color: Razzmatazz. HEX triplet: CC, 03 and 5B. RGB value is (204,3,91). Sum of RGB (Red+Green+Blue) = 204+3+91=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC035B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC035B is #33FCA4. Grayscale: #484848. Windows color (decimal): -3407013 or 5964748. OLE color: 5964748.
HSL color Cylindrical-coordinate representation of color #CC035B: hue angle of 333.73º 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 #CC035B is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 91 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.2 |
| HSL | 333.73º | 0.97% | 0.41% | - |
| HSV(B) | 333.73º | 0.99% | 0.8% | - |
| XYZ | 26.82 | 13.66 | 11.12 | - |
| YUV | 73.13 | 138.09 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 91 | 0 | 0.99 | 0.55 | 0.2 | 333.73 | 0.97 | 0.41 |
| Hex | CC | 3 | 5B | 0 | 63 | 37 | 14 | 14E | 61 | 29 |
| Octal | 314 | 3 | 133 | 0 | 143 | 67 | 24 | 516 | 141 | 51 |
| Binary | 11001100 | 11 | 1011011 | 0 | 1100011 | 110111 | 10100 | 101001110 | 1100001 | 101001 |
Color Harmonies of #CC035B
Complementary color
Monochromatic Colors of #CC035B
Black with #CC035B
Text Example
Text Example
White with #CC035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC035B; }
p { color: rgb(204,3,91); }
H1.HeaderClassName
{
color: #CC035B;
}
.AnyTagClassName
{
color: #CC035B;
}
</style>
background-color css
<style>
a { background-color: #CC035B; }
a { background-color: rgb(204,3,91); }
div.DivClassName
{
background-color: #CC035B;
}
.BgClassName
{
background-color: #CC035B;
}
</style>
border-color css
<style>
span { border-color: #CC035B; }
span { border-color: rgb(204,3,91); }
td.TdClassName
{
border-color: #CC035B;
}
.TagClassName
{
border-color: #CC035B;
}
</style>