Shades of Razzmatazz #C30252
Tints of Razzmatazz #C30252
RGB
CMYK
RGB Variations
Color information
#C30252 (or 0xC30252) is known color: Razzmatazz. HEX triplet: C3, 02 and 52. RGB value is (195,2,82). Sum of RGB (Red+Green+Blue) = 195+2+82=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C30252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30252 is #3CFDAD. Grayscale: #444444. Windows color (decimal): -3997102 or 5374659. OLE color: 5374659.
HSL color Cylindrical-coordinate representation of color #C30252: hue angle of 335.13º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30252 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 82 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.24 |
| HSL | 335.13º | 0.98% | 0.39% | - |
| HSV(B) | 335.13º | 0.99% | 0.76% | - |
| XYZ | 24.05 | 12.25 | 9.08 | - |
| YUV | 68.83 | 135.44 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 82 | 0 | 0.99 | 0.58 | 0.24 | 335.13 | 0.98 | 0.39 |
| Hex | C3 | 2 | 52 | 0 | 63 | 3A | 18 | 14F | 62 | 27 |
| Octal | 303 | 2 | 122 | 0 | 143 | 72 | 30 | 517 | 142 | 47 |
| Binary | 11000011 | 10 | 1010010 | 0 | 1100011 | 111010 | 11000 | 101001111 | 1100010 | 100111 |
Color Harmonies of #C30252
Complementary color
Monochromatic Colors of #C30252
Black with #C30252
Text Example
Text Example
White with #C30252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30252; }
p { color: rgb(195,2,82); }
H1.HeaderClassName
{
color: #C30252;
}
.AnyTagClassName
{
color: #C30252;
}
</style>
background-color css
<style>
a { background-color: #C30252; }
a { background-color: rgb(195,2,82); }
div.DivClassName
{
background-color: #C30252;
}
.BgClassName
{
background-color: #C30252;
}
</style>
border-color css
<style>
span { border-color: #C30252; }
span { border-color: rgb(195,2,82); }
td.TdClassName
{
border-color: #C30252;
}
.TagClassName
{
border-color: #C30252;
}
</style>