Shades of Razzmatazz #CF015A
Tints of Razzmatazz #CF015A
RGB
CMYK
RGB Variations
Color information
#CF015A (or 0xCF015A) is known color: Razzmatazz. HEX triplet: CF, 01 and 5A. RGB value is (207,1,90). Sum of RGB (Red+Green+Blue) = 207+1+90=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF015A is #30FEA5. Grayscale: #484848. Windows color (decimal): -3210918 or 5898703. OLE color: 5898703.
HSL color Cylindrical-coordinate representation of color #CF015A: hue angle of 334.08º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF015A is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 90 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.19 |
| HSL | 334.08º | 0.99% | 0.41% | - |
| HSV(B) | 334.08º | 1% | 0.81% | - |
| XYZ | 27.59 | 14.03 | 10.93 | - |
| YUV | 72.74 | 137.75 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 90 | 0 | 1.00 | 0.57 | 0.19 | 334.08 | 0.99 | 0.41 |
| Hex | CF | 1 | 5A | 0 | 64 | 39 | 13 | 14E | 63 | 29 |
| Octal | 317 | 1 | 132 | 0 | 144 | 71 | 23 | 516 | 143 | 51 |
| Binary | 11001111 | 1 | 1011010 | 0 | 1100100 | 111001 | 10011 | 101001110 | 1100011 | 101001 |
Color Harmonies of #CF015A
Complementary color
Monochromatic Colors of #CF015A
Black with #CF015A
Text Example
Text Example
White with #CF015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF015A; }
p { color: rgb(207,1,90); }
H1.HeaderClassName
{
color: #CF015A;
}
.AnyTagClassName
{
color: #CF015A;
}
</style>
background-color css
<style>
a { background-color: #CF015A; }
a { background-color: rgb(207,1,90); }
div.DivClassName
{
background-color: #CF015A;
}
.BgClassName
{
background-color: #CF015A;
}
</style>
border-color css
<style>
span { border-color: #CF015A; }
span { border-color: rgb(207,1,90); }
td.TdClassName
{
border-color: #CF015A;
}
.TagClassName
{
border-color: #CF015A;
}
</style>