Shades of Razzmatazz #CD0260
Tints of Razzmatazz #CD0260
RGB
CMYK
RGB Variations
Color information
#CD0260 (or 0xCD0260) is known color: Razzmatazz. HEX triplet: CD, 02 and 60. RGB value is (205,2,96). Sum of RGB (Red+Green+Blue) = 205+2+96=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0260 is #32FD9F. Grayscale: #494949. Windows color (decimal): -3341728 or 6292173. OLE color: 6292173.
HSL color Cylindrical-coordinate representation of color #CD0260: hue angle of 332.22º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD0260 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 96 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.20 |
| HSL | 332.22º | 0.98% | 0.41% | - |
| HSV(B) | 332.22º | 0.99% | 0.8% | - |
| XYZ | 27.31 | 13.87 | 12.3 | - |
| YUV | 73.41 | 140.75 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 96 | 0 | 0.99 | 0.53 | 0.20 | 332.22 | 0.98 | 0.41 |
| Hex | CD | 2 | 60 | 0 | 63 | 35 | 14 | 14C | 62 | 29 |
| Octal | 315 | 2 | 140 | 0 | 143 | 65 | 24 | 514 | 142 | 51 |
| Binary | 11001101 | 10 | 1100000 | 0 | 1100011 | 110101 | 10100 | 101001100 | 1100010 | 101001 |
Color Harmonies of #CD0260
Complementary color
Monochromatic Colors of #CD0260
Black with #CD0260
Text Example
Text Example
White with #CD0260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0260; }
p { color: rgb(205,2,96); }
H1.HeaderClassName
{
color: #CD0260;
}
.AnyTagClassName
{
color: #CD0260;
}
</style>
background-color css
<style>
a { background-color: #CD0260; }
a { background-color: rgb(205,2,96); }
div.DivClassName
{
background-color: #CD0260;
}
.BgClassName
{
background-color: #CD0260;
}
</style>
border-color css
<style>
span { border-color: #CD0260; }
span { border-color: rgb(205,2,96); }
td.TdClassName
{
border-color: #CD0260;
}
.TagClassName
{
border-color: #CD0260;
}
</style>