Shades of Razzmatazz #CF035A
Tints of Razzmatazz #CF035A
RGB
CMYK
RGB Variations
Color information
#CF035A (or 0xCF035A) is known color: Razzmatazz. HEX triplet: CF, 03 and 5A. RGB value is (207,3,90). Sum of RGB (Red+Green+Blue) = 207+3+90=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF035A is #30FCA5. Grayscale: #494949. Windows color (decimal): -3210406 or 5899215. OLE color: 5899215.
HSL color Cylindrical-coordinate representation of color #CF035A: hue angle of 334.41º degrees, saturation: 0.97, 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 #CF035A is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 90 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.19 |
| HSL | 334.41º | 0.97% | 0.41% | - |
| HSV(B) | 334.41º | 0.99% | 0.81% | - |
| XYZ | 27.61 | 14.07 | 10.93 | - |
| YUV | 73.91 | 137.09 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 90 | 0 | 0.99 | 0.57 | 0.19 | 334.41 | 0.97 | 0.41 |
| Hex | CF | 3 | 5A | 0 | 63 | 39 | 13 | 14E | 61 | 29 |
| Octal | 317 | 3 | 132 | 0 | 143 | 71 | 23 | 516 | 141 | 51 |
| Binary | 11001111 | 11 | 1011010 | 0 | 1100011 | 111001 | 10011 | 101001110 | 1100001 | 101001 |
Color Harmonies of #CF035A
Complementary color
Monochromatic Colors of #CF035A
Black with #CF035A
Text Example
Text Example
White with #CF035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF035A; }
p { color: rgb(207,3,90); }
H1.HeaderClassName
{
color: #CF035A;
}
.AnyTagClassName
{
color: #CF035A;
}
</style>
background-color css
<style>
a { background-color: #CF035A; }
a { background-color: rgb(207,3,90); }
div.DivClassName
{
background-color: #CF035A;
}
.BgClassName
{
background-color: #CF035A;
}
</style>
border-color css
<style>
span { border-color: #CF035A; }
span { border-color: rgb(207,3,90); }
td.TdClassName
{
border-color: #CF035A;
}
.TagClassName
{
border-color: #CF035A;
}
</style>