Shades of Razzle Dazzle Rose #FF4CCC
Tints of Razzle Dazzle Rose #FF4CCC
RGB
CMYK
RGB Variations
Color information
#FF4CCC (or 0xFF4CCC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4C and CC. RGB value is (255,76,204). Sum of RGB (Red+Green+Blue) = 255+76+204=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 76 (30.08% from 255 or 14.21% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4CCC is #00B333. Grayscale: #8F8F8F. Windows color (decimal): -45876 or 13389055. OLE color: 13389055.
HSL color Cylindrical-coordinate representation of color #FF4CCC: hue angle of 317.09º 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 #FF4CCC is Cyan = 0, Magento = 0.70, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 204 | - |
| CMYK | 0 | 0.70 | 0.2 | 0 |
| HSL | 317.1º | 1% | 0.65% | - |
| HSV(B) | 317.1º | 0.7% | 1% | - |
| XYZ | 54.72 | 30.79 | 60.19 | - |
| YUV | 144.11 | 161.8 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 204 | 0 | 0.70 | 0.2 | 0 | 317.1 | 1 | 0.65 |
| Hex | FF | 4C | CC | 0 | 46 | 14 | 0 | 13D | 64 | 41 |
| Octal | 377 | 114 | 314 | 0 | 106 | 24 | 0 | 475 | 144 | 101 |
| Binary | 11111111 | 1001100 | 11001100 | 0 | 1000110 | 10100 | 0 | 100111101 | 1100100 | 1000001 |
Color Harmonies of #FF4CCC
Complementary color
Monochromatic Colors of #FF4CCC
Black with #FF4CCC
Text Example
Text Example
White with #FF4CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4CCC; }
p { color: rgb(255,76,204); }
H1.HeaderClassName
{
color: #FF4CCC;
}
.AnyTagClassName
{
color: #FF4CCC;
}
</style>
background-color css
<style>
a { background-color: #FF4CCC; }
a { background-color: rgb(255,76,204); }
div.DivClassName
{
background-color: #FF4CCC;
}
.BgClassName
{
background-color: #FF4CCC;
}
</style>
border-color css
<style>
span { border-color: #FF4CCC; }
span { border-color: rgb(255,76,204); }
td.TdClassName
{
border-color: #FF4CCC;
}
.TagClassName
{
border-color: #FF4CCC;
}
</style>