Shades of Razzmatazz #CF0A4F
Tints of Razzmatazz #CF0A4F
RGB
CMYK
RGB Variations
Color information
#CF0A4F (or 0xCF0A4F) is known color: Razzmatazz. HEX triplet: CF, 0A and 4F. RGB value is (207,10,79). Sum of RGB (Red+Green+Blue) = 207+10+79=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0A4F is #30F5B0. Grayscale: #4C4C4C. Windows color (decimal): -3208625 or 5180111. OLE color: 5180111.
HSL color Cylindrical-coordinate representation of color #CF0A4F: hue angle of 338.98º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0A4F is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 79 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.19 |
| HSL | 338.98º | 0.91% | 0.43% | - |
| HSV(B) | 338.98º | 0.95% | 0.81% | - |
| XYZ | 27.25 | 14.05 | 8.67 | - |
| YUV | 76.77 | 129.27 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 79 | 0 | 0.95 | 0.62 | 0.19 | 338.98 | 0.91 | 0.43 |
| Hex | CF | A | 4F | 0 | 5F | 3E | 13 | 153 | 5B | 2B |
| Octal | 317 | 12 | 117 | 0 | 137 | 76 | 23 | 523 | 133 | 53 |
| Binary | 11001111 | 1010 | 1001111 | 0 | 1011111 | 111110 | 10011 | 101010011 | 1011011 | 101011 |
Color Harmonies of #CF0A4F
Complementary color
Monochromatic Colors of #CF0A4F
Black with #CF0A4F
Text Example
Text Example
White with #CF0A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0A4F; }
p { color: rgb(207,10,79); }
H1.HeaderClassName
{
color: #CF0A4F;
}
.AnyTagClassName
{
color: #CF0A4F;
}
</style>
background-color css
<style>
a { background-color: #CF0A4F; }
a { background-color: rgb(207,10,79); }
div.DivClassName
{
background-color: #CF0A4F;
}
.BgClassName
{
background-color: #CF0A4F;
}
</style>
border-color css
<style>
span { border-color: #CF0A4F; }
span { border-color: rgb(207,10,79); }
td.TdClassName
{
border-color: #CF0A4F;
}
.TagClassName
{
border-color: #CF0A4F;
}
</style>