Shades of Razzmatazz #CC035A
Tints of Razzmatazz #CC035A
RGB
CMYK
RGB Variations
Color information
#CC035A (or 0xCC035A) is known color: Razzmatazz. HEX triplet: CC, 03 and 5A. RGB value is (204,3,90). Sum of RGB (Red+Green+Blue) = 204+3+90=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC035A is #33FCA5. Grayscale: #484848. Windows color (decimal): -3407014 or 5899212. OLE color: 5899212.
HSL color Cylindrical-coordinate representation of color #CC035A: hue angle of 334.03º 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 #CC035A is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 90 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.2 |
| HSL | 334.03º | 0.97% | 0.41% | - |
| HSV(B) | 334.03º | 0.99% | 0.8% | - |
| XYZ | 26.78 | 13.64 | 10.89 | - |
| YUV | 73.02 | 137.59 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 90 | 0 | 0.99 | 0.56 | 0.2 | 334.03 | 0.97 | 0.41 |
| Hex | CC | 3 | 5A | 0 | 63 | 38 | 14 | 14E | 61 | 29 |
| Octal | 314 | 3 | 132 | 0 | 143 | 70 | 24 | 516 | 141 | 51 |
| Binary | 11001100 | 11 | 1011010 | 0 | 1100011 | 111000 | 10100 | 101001110 | 1100001 | 101001 |
Color Harmonies of #CC035A
Complementary color
Monochromatic Colors of #CC035A
Black with #CC035A
Text Example
Text Example
White with #CC035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC035A; }
p { color: rgb(204,3,90); }
H1.HeaderClassName
{
color: #CC035A;
}
.AnyTagClassName
{
color: #CC035A;
}
</style>
background-color css
<style>
a { background-color: #CC035A; }
a { background-color: rgb(204,3,90); }
div.DivClassName
{
background-color: #CC035A;
}
.BgClassName
{
background-color: #CC035A;
}
</style>
border-color css
<style>
span { border-color: #CC035A; }
span { border-color: rgb(204,3,90); }
td.TdClassName
{
border-color: #CC035A;
}
.TagClassName
{
border-color: #CC035A;
}
</style>