Shades of Razzle Dazzle Rose #FF4DC0
Tints of Razzle Dazzle Rose #FF4DC0
RGB
CMYK
RGB Variations
Color information
#FF4DC0 (or 0xFF4DC0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4D and C0. RGB value is (255,77,192). Sum of RGB (Red+Green+Blue) = 255+77+192=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF4DC0 is #00B23F. Grayscale: #8F8F8F. Windows color (decimal): -45632 or 12602879. OLE color: 12602879.
HSL color Cylindrical-coordinate representation of color #FF4DC0: hue angle of 321.24º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4DC0 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 192 | - |
| CMYK | 0 | 0.70 | 0.25 | 0 |
| HSL | 321.24º | 1% | 0.65% | - |
| HSV(B) | 321.24º | 0.7% | 1% | - |
| XYZ | 53.41 | 30.37 | 52.92 | - |
| YUV | 143.33 | 155.47 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 192 | 0 | 0.70 | 0.25 | 0 | 321.24 | 1 | 0.65 |
| Hex | FF | 4D | C0 | 0 | 46 | 19 | 0 | 141 | 64 | 41 |
| Octal | 377 | 115 | 300 | 0 | 106 | 31 | 0 | 501 | 144 | 101 |
| Binary | 11111111 | 1001101 | 11000000 | 0 | 1000110 | 11001 | 0 | 101000001 | 1100100 | 1000001 |
Color Harmonies of #FF4DC0
Complementary color
Monochromatic Colors of #FF4DC0
Black with #FF4DC0
Text Example
Text Example
White with #FF4DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4DC0; }
p { color: rgb(255,77,192); }
H1.HeaderClassName
{
color: #FF4DC0;
}
.AnyTagClassName
{
color: #FF4DC0;
}
</style>
background-color css
<style>
a { background-color: #FF4DC0; }
a { background-color: rgb(255,77,192); }
div.DivClassName
{
background-color: #FF4DC0;
}
.BgClassName
{
background-color: #FF4DC0;
}
</style>
border-color css
<style>
span { border-color: #FF4DC0; }
span { border-color: rgb(255,77,192); }
td.TdClassName
{
border-color: #FF4DC0;
}
.TagClassName
{
border-color: #FF4DC0;
}
</style>