Shades of Razzmatazz #CC0250
Tints of Razzmatazz #CC0250
RGB
CMYK
RGB Variations
Color information
#CC0250 (or 0xCC0250) is known color: Razzmatazz. HEX triplet: CC, 02 and 50. RGB value is (204,2,80). Sum of RGB (Red+Green+Blue) = 204+2+80=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0250 is #33FDAF. Grayscale: #474747. Windows color (decimal): -3407280 or 5243596. OLE color: 5243596.
HSL color Cylindrical-coordinate representation of color #CC0250: hue angle of 336.83º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0250 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.2 |
| HSL | 336.83º | 0.98% | 0.4% | - |
| HSV(B) | 336.83º | 0.99% | 0.8% | - |
| XYZ | 26.37 | 13.46 | 8.8 | - |
| YUV | 71.29 | 132.92 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 80 | 0 | 0.99 | 0.61 | 0.2 | 336.83 | 0.98 | 0.4 |
| Hex | CC | 2 | 50 | 0 | 63 | 3D | 14 | 151 | 62 | 28 |
| Octal | 314 | 2 | 120 | 0 | 143 | 75 | 24 | 521 | 142 | 50 |
| Binary | 11001100 | 10 | 1010000 | 0 | 1100011 | 111101 | 10100 | 101010001 | 1100010 | 101000 |
Color Harmonies of #CC0250
Complementary color
Monochromatic Colors of #CC0250
Black with #CC0250
Text Example
Text Example
White with #CC0250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0250; }
p { color: rgb(204,2,80); }
H1.HeaderClassName
{
color: #CC0250;
}
.AnyTagClassName
{
color: #CC0250;
}
</style>
background-color css
<style>
a { background-color: #CC0250; }
a { background-color: rgb(204,2,80); }
div.DivClassName
{
background-color: #CC0250;
}
.BgClassName
{
background-color: #CC0250;
}
</style>
border-color css
<style>
span { border-color: #CC0250; }
span { border-color: rgb(204,2,80); }
td.TdClassName
{
border-color: #CC0250;
}
.TagClassName
{
border-color: #CC0250;
}
</style>