Shades of Razzle Dazzle Rose #FF32C5
Tints of Razzle Dazzle Rose #FF32C5
RGB
CMYK
RGB Variations
Color information
#FF32C5 (or 0xFF32C5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 32 and C5. RGB value is (255,50,197). Sum of RGB (Red+Green+Blue) = 255+50+197=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 50 (19.92% from 255 or 9.96% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF32C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF32C5 is #00CD3A. Grayscale: #7F7F7F. Windows color (decimal): -52539 or 12923647. OLE color: 12923647.
HSL color Cylindrical-coordinate representation of color #FF32C5: hue angle of 316.98º 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 #FF32C5 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 197 | - |
| CMYK | 0 | 0.80 | 0.23 | 0 |
| HSL | 316.98º | 1% | 0.6% | - |
| HSV(B) | 316.98º | 0.8% | 1% | - |
| XYZ | 52.46 | 27.57 | 55.38 | - |
| YUV | 128.05 | 166.92 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 197 | 0 | 0.80 | 0.23 | 0 | 316.98 | 1 | 0.6 |
| Hex | FF | 32 | C5 | 0 | 50 | 17 | 0 | 13D | 64 | 3C |
| Octal | 377 | 62 | 305 | 0 | 120 | 27 | 0 | 475 | 144 | 74 |
| Binary | 11111111 | 110010 | 11000101 | 0 | 1010000 | 10111 | 0 | 100111101 | 1100100 | 111100 |
Color Harmonies of #FF32C5
Complementary color
Monochromatic Colors of #FF32C5
Black with #FF32C5
Text Example
Text Example
White with #FF32C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF32C5; }
p { color: rgb(255,50,197); }
H1.HeaderClassName
{
color: #FF32C5;
}
.AnyTagClassName
{
color: #FF32C5;
}
</style>
background-color css
<style>
a { background-color: #FF32C5; }
a { background-color: rgb(255,50,197); }
div.DivClassName
{
background-color: #FF32C5;
}
.BgClassName
{
background-color: #FF32C5;
}
</style>
border-color css
<style>
span { border-color: #FF32C5; }
span { border-color: rgb(255,50,197); }
td.TdClassName
{
border-color: #FF32C5;
}
.TagClassName
{
border-color: #FF32C5;
}
</style>