Shades of Razzle Dazzle Rose #FF33C0
Tints of Razzle Dazzle Rose #FF33C0
RGB
CMYK
RGB Variations
Color information
#FF33C0 (or 0xFF33C0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 33 and C0. RGB value is (255,51,192). Sum of RGB (Red+Green+Blue) = 255+51+192=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 51 (20.31% from 255 or 10.24% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF33C0 is #00CC3F. Grayscale: #7F7F7F. Windows color (decimal): -52288 or 12596223. OLE color: 12596223.
HSL color Cylindrical-coordinate representation of color #FF33C0: hue angle of 318.53º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF33C0 is Cyan = 0, Magento = 0.8, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 192 | - |
| CMYK | 0 | 0.8 | 0.25 | 0 |
| HSL | 318.53º | 1% | 0.6% | - |
| HSV(B) | 318.53º | 0.8% | 1% | - |
| XYZ | 51.94 | 27.43 | 52.43 | - |
| YUV | 128.07 | 164.09 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 192 | 0 | 0.8 | 0.25 | 0 | 318.53 | 1 | 0.6 |
| Hex | FF | 33 | C0 | 0 | 50 | 19 | 0 | 13F | 64 | 3C |
| Octal | 377 | 63 | 300 | 0 | 120 | 31 | 0 | 477 | 144 | 74 |
| Binary | 11111111 | 110011 | 11000000 | 0 | 1010000 | 11001 | 0 | 100111111 | 1100100 | 111100 |
Color Harmonies of #FF33C0
Complementary color
Monochromatic Colors of #FF33C0
Black with #FF33C0
Text Example
Text Example
White with #FF33C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF33C0; }
p { color: rgb(255,51,192); }
H1.HeaderClassName
{
color: #FF33C0;
}
.AnyTagClassName
{
color: #FF33C0;
}
</style>
background-color css
<style>
a { background-color: #FF33C0; }
a { background-color: rgb(255,51,192); }
div.DivClassName
{
background-color: #FF33C0;
}
.BgClassName
{
background-color: #FF33C0;
}
</style>
border-color css
<style>
span { border-color: #FF33C0; }
span { border-color: rgb(255,51,192); }
td.TdClassName
{
border-color: #FF33C0;
}
.TagClassName
{
border-color: #FF33C0;
}
</style>