Shades of Razzmatazz #CF025B
Tints of Razzmatazz #CF025B
RGB
CMYK
RGB Variations
Color information
#CF025B (or 0xCF025B) is known color: Razzmatazz. HEX triplet: CF, 02 and 5B. RGB value is (207,2,91). Sum of RGB (Red+Green+Blue) = 207+2+91=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF025B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF025B is #30FDA4. Grayscale: #494949. Windows color (decimal): -3210661 or 5964495. OLE color: 5964495.
HSL color Cylindrical-coordinate representation of color #CF025B: hue angle of 333.95º degrees, saturation: 0.98, 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 #CF025B is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 91 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.19 |
| HSL | 333.95º | 0.98% | 0.41% | - |
| HSV(B) | 333.95º | 0.99% | 0.81% | - |
| XYZ | 27.64 | 14.06 | 11.16 | - |
| YUV | 73.44 | 137.92 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 91 | 0 | 0.99 | 0.56 | 0.19 | 333.95 | 0.98 | 0.41 |
| Hex | CF | 2 | 5B | 0 | 63 | 38 | 13 | 14E | 62 | 29 |
| Octal | 317 | 2 | 133 | 0 | 143 | 70 | 23 | 516 | 142 | 51 |
| Binary | 11001111 | 10 | 1011011 | 0 | 1100011 | 111000 | 10011 | 101001110 | 1100010 | 101001 |
Color Harmonies of #CF025B
Complementary color
Monochromatic Colors of #CF025B
Black with #CF025B
Text Example
Text Example
White with #CF025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF025B; }
p { color: rgb(207,2,91); }
H1.HeaderClassName
{
color: #CF025B;
}
.AnyTagClassName
{
color: #CF025B;
}
</style>
background-color css
<style>
a { background-color: #CF025B; }
a { background-color: rgb(207,2,91); }
div.DivClassName
{
background-color: #CF025B;
}
.BgClassName
{
background-color: #CF025B;
}
</style>
border-color css
<style>
span { border-color: #CF025B; }
span { border-color: rgb(207,2,91); }
td.TdClassName
{
border-color: #CF025B;
}
.TagClassName
{
border-color: #CF025B;
}
</style>