Shades of Razzmatazz #CF055A
Tints of Razzmatazz #CF055A
RGB
CMYK
RGB Variations
Color information
#CF055A (or 0xCF055A) is known color: Razzmatazz. HEX triplet: CF, 05 and 5A. RGB value is (207,5,90). Sum of RGB (Red+Green+Blue) = 207+5+90=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF055A is #30FAA5. Grayscale: #4A4A4A. Windows color (decimal): -3209894 or 5899727. OLE color: 5899727.
HSL color Cylindrical-coordinate representation of color #CF055A: hue angle of 334.75º 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 #CF055A is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 90 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.19 |
| HSL | 334.75º | 0.95% | 0.42% | - |
| HSV(B) | 334.75º | 0.98% | 0.81% | - |
| XYZ | 27.63 | 14.11 | 10.94 | - |
| YUV | 75.09 | 136.42 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 90 | 0 | 0.98 | 0.57 | 0.19 | 334.75 | 0.95 | 0.42 |
| Hex | CF | 5 | 5A | 0 | 62 | 39 | 13 | 14F | 5F | 2A |
| Octal | 317 | 5 | 132 | 0 | 142 | 71 | 23 | 517 | 137 | 52 |
| Binary | 11001111 | 101 | 1011010 | 0 | 1100010 | 111001 | 10011 | 101001111 | 1011111 | 101010 |
Color Harmonies of #CF055A
Complementary color
Monochromatic Colors of #CF055A
Black with #CF055A
Text Example
Text Example
White with #CF055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF055A; }
p { color: rgb(207,5,90); }
H1.HeaderClassName
{
color: #CF055A;
}
.AnyTagClassName
{
color: #CF055A;
}
</style>
background-color css
<style>
a { background-color: #CF055A; }
a { background-color: rgb(207,5,90); }
div.DivClassName
{
background-color: #CF055A;
}
.BgClassName
{
background-color: #CF055A;
}
</style>
border-color css
<style>
span { border-color: #CF055A; }
span { border-color: rgb(207,5,90); }
td.TdClassName
{
border-color: #CF055A;
}
.TagClassName
{
border-color: #CF055A;
}
</style>