Shades of Razzmatazz #CC025B
Tints of Razzmatazz #CC025B
RGB
CMYK
RGB Variations
Color information
#CC025B (or 0xCC025B) is known color: Razzmatazz. HEX triplet: CC, 02 and 5B. RGB value is (204,2,91). Sum of RGB (Red+Green+Blue) = 204+2+91=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC025B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC025B is #33FDA4. Grayscale: #484848. Windows color (decimal): -3407269 or 5964492. OLE color: 5964492.
HSL color Cylindrical-coordinate representation of color #CC025B: hue angle of 333.56º 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 #CC025B is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 91 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.2 |
| HSL | 333.56º | 0.98% | 0.4% | - |
| HSV(B) | 333.56º | 0.99% | 0.8% | - |
| XYZ | 26.81 | 13.64 | 11.12 | - |
| YUV | 72.54 | 138.42 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 91 | 0 | 0.99 | 0.55 | 0.2 | 333.56 | 0.98 | 0.4 |
| Hex | CC | 2 | 5B | 0 | 63 | 37 | 14 | 14E | 62 | 28 |
| Octal | 314 | 2 | 133 | 0 | 143 | 67 | 24 | 516 | 142 | 50 |
| Binary | 11001100 | 10 | 1011011 | 0 | 1100011 | 110111 | 10100 | 101001110 | 1100010 | 101000 |
Color Harmonies of #CC025B
Complementary color
Monochromatic Colors of #CC025B
Black with #CC025B
Text Example
Text Example
White with #CC025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC025B; }
p { color: rgb(204,2,91); }
H1.HeaderClassName
{
color: #CC025B;
}
.AnyTagClassName
{
color: #CC025B;
}
</style>
background-color css
<style>
a { background-color: #CC025B; }
a { background-color: rgb(204,2,91); }
div.DivClassName
{
background-color: #CC025B;
}
.BgClassName
{
background-color: #CC025B;
}
</style>
border-color css
<style>
span { border-color: #CC025B; }
span { border-color: rgb(204,2,91); }
td.TdClassName
{
border-color: #CC025B;
}
.TagClassName
{
border-color: #CC025B;
}
</style>