Shades of Razzle Dazzle Rose #FF3CCD
Tints of Razzle Dazzle Rose #FF3CCD
RGB
CMYK
RGB Variations
Color information
#FF3CCD (or 0xFF3CCD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3C and CD. RGB value is (255,60,205). Sum of RGB (Red+Green+Blue) = 255+60+205=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 60 (23.83% from 255 or 11.54% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3CCD is #00C332. Grayscale: #868686. Windows color (decimal): -49971 or 13450495. OLE color: 13450495.
HSL color Cylindrical-coordinate representation of color #FF3CCD: hue angle of 315.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3CCD is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 205 | - |
| CMYK | 0 | 0.76 | 0.20 | 0 |
| HSL | 315.38º | 1% | 0.62% | - |
| HSV(B) | 315.38º | 0.76% | 1% | - |
| XYZ | 53.88 | 28.9 | 60.5 | - |
| YUV | 134.84 | 167.6 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 205 | 0 | 0.76 | 0.20 | 0 | 315.38 | 1 | 0.62 |
| Hex | FF | 3C | CD | 0 | 4C | 14 | 0 | 13B | 64 | 3E |
| Octal | 377 | 74 | 315 | 0 | 114 | 24 | 0 | 473 | 144 | 76 |
| Binary | 11111111 | 111100 | 11001101 | 0 | 1001100 | 10100 | 0 | 100111011 | 1100100 | 111110 |
Color Harmonies of #FF3CCD
Complementary color
Monochromatic Colors of #FF3CCD
Black with #FF3CCD
Text Example
Text Example
White with #FF3CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3CCD; }
p { color: rgb(255,60,205); }
H1.HeaderClassName
{
color: #FF3CCD;
}
.AnyTagClassName
{
color: #FF3CCD;
}
</style>
background-color css
<style>
a { background-color: #FF3CCD; }
a { background-color: rgb(255,60,205); }
div.DivClassName
{
background-color: #FF3CCD;
}
.BgClassName
{
background-color: #FF3CCD;
}
</style>
border-color css
<style>
span { border-color: #FF3CCD; }
span { border-color: rgb(255,60,205); }
td.TdClassName
{
border-color: #FF3CCD;
}
.TagClassName
{
border-color: #FF3CCD;
}
</style>