Shades of Razzmatazz #CD0350
Tints of Razzmatazz #CD0350
RGB
CMYK
RGB Variations
Color information
#CD0350 (or 0xCD0350) is known color: Razzmatazz. HEX triplet: CD, 03 and 50. RGB value is (205,3,80). Sum of RGB (Red+Green+Blue) = 205+3+80=288 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.18% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0350 is #32FCAF. Grayscale: #484848. Windows color (decimal): -3341488 or 5243853. OLE color: 5243853.
HSL color Cylindrical-coordinate representation of color #CD0350: hue angle of 337.13º degrees, saturation: 0.97, 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 #CD0350 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 80 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.20 |
| HSL | 337.13º | 0.97% | 0.41% | - |
| HSV(B) | 337.13º | 0.99% | 0.8% | - |
| XYZ | 26.66 | 13.62 | 8.81 | - |
| YUV | 72.18 | 132.42 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 80 | 0 | 0.99 | 0.61 | 0.20 | 337.13 | 0.97 | 0.41 |
| Hex | CD | 3 | 50 | 0 | 63 | 3D | 14 | 151 | 61 | 29 |
| Octal | 315 | 3 | 120 | 0 | 143 | 75 | 24 | 521 | 141 | 51 |
| Binary | 11001101 | 11 | 1010000 | 0 | 1100011 | 111101 | 10100 | 101010001 | 1100001 | 101001 |
Color Harmonies of #CD0350
Complementary color
Monochromatic Colors of #CD0350
Black with #CD0350
Text Example
Text Example
White with #CD0350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0350; }
p { color: rgb(205,3,80); }
H1.HeaderClassName
{
color: #CD0350;
}
.AnyTagClassName
{
color: #CD0350;
}
</style>
background-color css
<style>
a { background-color: #CD0350; }
a { background-color: rgb(205,3,80); }
div.DivClassName
{
background-color: #CD0350;
}
.BgClassName
{
background-color: #CD0350;
}
</style>
border-color css
<style>
span { border-color: #CD0350; }
span { border-color: rgb(205,3,80); }
td.TdClassName
{
border-color: #CD0350;
}
.TagClassName
{
border-color: #CD0350;
}
</style>