Shades of Razzmatazz #CF0251
Tints of Razzmatazz #CF0251
RGB
CMYK
RGB Variations
Color information
#CF0251 (or 0xCF0251) is known color: Razzmatazz. HEX triplet: CF, 02 and 51. RGB value is (207,2,81). Sum of RGB (Red+Green+Blue) = 207+2+81=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0251 is #30FDAE. Grayscale: #484848. Windows color (decimal): -3210671 or 5309135. OLE color: 5309135.
HSL color Cylindrical-coordinate representation of color #CF0251: hue angle of 336.88º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0251 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 81 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.19 |
| HSL | 336.88º | 0.98% | 0.41% | - |
| HSV(B) | 336.88º | 0.99% | 0.81% | - |
| XYZ | 27.24 | 13.9 | 9.03 | - |
| YUV | 72.3 | 132.92 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 81 | 0 | 0.99 | 0.61 | 0.19 | 336.88 | 0.98 | 0.41 |
| Hex | CF | 2 | 51 | 0 | 63 | 3D | 13 | 151 | 62 | 29 |
| Octal | 317 | 2 | 121 | 0 | 143 | 75 | 23 | 521 | 142 | 51 |
| Binary | 11001111 | 10 | 1010001 | 0 | 1100011 | 111101 | 10011 | 101010001 | 1100010 | 101001 |
Color Harmonies of #CF0251
Complementary color
Monochromatic Colors of #CF0251
Black with #CF0251
Text Example
Text Example
White with #CF0251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0251; }
p { color: rgb(207,2,81); }
H1.HeaderClassName
{
color: #CF0251;
}
.AnyTagClassName
{
color: #CF0251;
}
</style>
background-color css
<style>
a { background-color: #CF0251; }
a { background-color: rgb(207,2,81); }
div.DivClassName
{
background-color: #CF0251;
}
.BgClassName
{
background-color: #CF0251;
}
</style>
border-color css
<style>
span { border-color: #CF0251; }
span { border-color: rgb(207,2,81); }
td.TdClassName
{
border-color: #CF0251;
}
.TagClassName
{
border-color: #CF0251;
}
</style>