Shades of Razzmatazz #CF0552
Tints of Razzmatazz #CF0552
RGB
CMYK
RGB Variations
Color information
#CF0552 (or 0xCF0552) is known color: Razzmatazz. HEX triplet: CF, 05 and 52. RGB value is (207,5,82). Sum of RGB (Red+Green+Blue) = 207+5+82=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0552 is #30FAAD. Grayscale: #4A4A4A. Windows color (decimal): -3209902 or 5375439. OLE color: 5375439.
HSL color Cylindrical-coordinate representation of color #CF0552: hue angle of 337.13º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0552 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 82 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.19 |
| HSL | 337.13º | 0.95% | 0.42% | - |
| HSV(B) | 337.13º | 0.98% | 0.81% | - |
| XYZ | 27.31 | 13.98 | 9.24 | - |
| YUV | 74.18 | 132.42 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 82 | 0 | 0.98 | 0.60 | 0.19 | 337.13 | 0.95 | 0.42 |
| Hex | CF | 5 | 52 | 0 | 62 | 3C | 13 | 151 | 5F | 2A |
| Octal | 317 | 5 | 122 | 0 | 142 | 74 | 23 | 521 | 137 | 52 |
| Binary | 11001111 | 101 | 1010010 | 0 | 1100010 | 111100 | 10011 | 101010001 | 1011111 | 101010 |
Color Harmonies of #CF0552
Complementary color
Monochromatic Colors of #CF0552
Black with #CF0552
Text Example
Text Example
White with #CF0552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0552; }
p { color: rgb(207,5,82); }
H1.HeaderClassName
{
color: #CF0552;
}
.AnyTagClassName
{
color: #CF0552;
}
</style>
background-color css
<style>
a { background-color: #CF0552; }
a { background-color: rgb(207,5,82); }
div.DivClassName
{
background-color: #CF0552;
}
.BgClassName
{
background-color: #CF0552;
}
</style>
border-color css
<style>
span { border-color: #CF0552; }
span { border-color: rgb(207,5,82); }
td.TdClassName
{
border-color: #CF0552;
}
.TagClassName
{
border-color: #CF0552;
}
</style>