Shades of Razzmatazz #C3024C
Tints of Razzmatazz #C3024C
RGB
CMYK
RGB Variations
Color information
#C3024C (or 0xC3024C) is known color: Razzmatazz. HEX triplet: C3, 02 and 4C. RGB value is (195,2,76). Sum of RGB (Red+Green+Blue) = 195+2+76=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C3024C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3024C is #3CFDB3. Grayscale: #444444. Windows color (decimal): -3997108 or 4981443. OLE color: 4981443.
HSL color Cylindrical-coordinate representation of color #C3024C: hue angle of 336.99º 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 #C3024C is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.24 |
| HSL | 336.99º | 0.98% | 0.39% | - |
| HSV(B) | 336.99º | 0.99% | 0.76% | - |
| XYZ | 23.83 | 12.17 | 7.93 | - |
| YUV | 68.14 | 132.44 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 76 | 0 | 0.99 | 0.61 | 0.24 | 336.99 | 0.98 | 0.39 |
| Hex | C3 | 2 | 4C | 0 | 63 | 3D | 18 | 151 | 62 | 27 |
| Octal | 303 | 2 | 114 | 0 | 143 | 75 | 30 | 521 | 142 | 47 |
| Binary | 11000011 | 10 | 1001100 | 0 | 1100011 | 111101 | 11000 | 101010001 | 1100010 | 100111 |
Color Harmonies of #C3024C
Complementary color
Monochromatic Colors of #C3024C
Black with #C3024C
Text Example
Text Example
White with #C3024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3024C; }
p { color: rgb(195,2,76); }
H1.HeaderClassName
{
color: #C3024C;
}
.AnyTagClassName
{
color: #C3024C;
}
</style>
background-color css
<style>
a { background-color: #C3024C; }
a { background-color: rgb(195,2,76); }
div.DivClassName
{
background-color: #C3024C;
}
.BgClassName
{
background-color: #C3024C;
}
</style>
border-color css
<style>
span { border-color: #C3024C; }
span { border-color: rgb(195,2,76); }
td.TdClassName
{
border-color: #C3024C;
}
.TagClassName
{
border-color: #C3024C;
}
</style>