Shades of Razzmatazz #CD0151
Tints of Razzmatazz #CD0151
RGB
CMYK
RGB Variations
Color information
#CD0151 (or 0xCD0151) is known color: Razzmatazz. HEX triplet: CD, 01 and 51. RGB value is (205,1,81). Sum of RGB (Red+Green+Blue) = 205+1+81=287 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.43% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0151 is #32FEAE. Grayscale: #474747. Windows color (decimal): -3341999 or 5308877. OLE color: 5308877.
HSL color Cylindrical-coordinate representation of color #CD0151: hue angle of 336.47º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD0151 is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 1 | 81 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.20 |
| HSL | 336.47º | 0.99% | 0.4% | - |
| HSV(B) | 336.47º | 1% | 0.8% | - |
| XYZ | 26.67 | 13.59 | 9 | - |
| YUV | 71.12 | 133.59 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 81 | 0 | 1.00 | 0.60 | 0.20 | 336.47 | 0.99 | 0.4 |
| Hex | CD | 1 | 51 | 0 | 64 | 3C | 14 | 150 | 63 | 28 |
| Octal | 315 | 1 | 121 | 0 | 144 | 74 | 24 | 520 | 143 | 50 |
| Binary | 11001101 | 1 | 1010001 | 0 | 1100100 | 111100 | 10100 | 101010000 | 1100011 | 101000 |
Color Harmonies of #CD0151
Complementary color
Monochromatic Colors of #CD0151
Black with #CD0151
Text Example
Text Example
White with #CD0151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0151; }
p { color: rgb(205,1,81); }
H1.HeaderClassName
{
color: #CD0151;
}
.AnyTagClassName
{
color: #CD0151;
}
</style>
background-color css
<style>
a { background-color: #CD0151; }
a { background-color: rgb(205,1,81); }
div.DivClassName
{
background-color: #CD0151;
}
.BgClassName
{
background-color: #CD0151;
}
</style>
border-color css
<style>
span { border-color: #CD0151; }
span { border-color: rgb(205,1,81); }
td.TdClassName
{
border-color: #CD0151;
}
.TagClassName
{
border-color: #CD0151;
}
</style>