Shades of Razzle Dazzle Rose #FF33C4
Tints of Razzle Dazzle Rose #FF33C4
RGB
CMYK
RGB Variations
Color information
#FF33C4 (or 0xFF33C4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 33 and C4. RGB value is (255,51,196). Sum of RGB (Red+Green+Blue) = 255+51+196=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 51 (20.31% from 255 or 10.16% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF33C4 is #00CC3B. Grayscale: #808080. Windows color (decimal): -52284 or 12858367. OLE color: 12858367.
HSL color Cylindrical-coordinate representation of color #FF33C4: hue angle of 317.35º 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 #FF33C4 is Cyan = 0, Magento = 0.8, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 196 | - |
| CMYK | 0 | 0.8 | 0.23 | 0 |
| HSL | 317.35º | 1% | 0.6% | - |
| HSV(B) | 317.35º | 0.8% | 1% | - |
| XYZ | 52.39 | 27.61 | 54.79 | - |
| YUV | 128.53 | 166.09 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 196 | 0 | 0.8 | 0.23 | 0 | 317.35 | 1 | 0.6 |
| Hex | FF | 33 | C4 | 0 | 50 | 17 | 0 | 13D | 64 | 3C |
| Octal | 377 | 63 | 304 | 0 | 120 | 27 | 0 | 475 | 144 | 74 |
| Binary | 11111111 | 110011 | 11000100 | 0 | 1010000 | 10111 | 0 | 100111101 | 1100100 | 111100 |
Color Harmonies of #FF33C4
Complementary color
Monochromatic Colors of #FF33C4
Black with #FF33C4
Text Example
Text Example
White with #FF33C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF33C4; }
p { color: rgb(255,51,196); }
H1.HeaderClassName
{
color: #FF33C4;
}
.AnyTagClassName
{
color: #FF33C4;
}
</style>
background-color css
<style>
a { background-color: #FF33C4; }
a { background-color: rgb(255,51,196); }
div.DivClassName
{
background-color: #FF33C4;
}
.BgClassName
{
background-color: #FF33C4;
}
</style>
border-color css
<style>
span { border-color: #FF33C4; }
span { border-color: rgb(255,51,196); }
td.TdClassName
{
border-color: #FF33C4;
}
.TagClassName
{
border-color: #FF33C4;
}
</style>