Shades of Razzle Dazzle Rose #FF3CC0
Tints of Razzle Dazzle Rose #FF3CC0
RGB
CMYK
RGB Variations
Color information
#FF3CC0 (or 0xFF3CC0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3C and C0. RGB value is (255,60,192). Sum of RGB (Red+Green+Blue) = 255+60+192=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 60 (23.83% from 255 or 11.83% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3CC0 is #00C33F. Grayscale: #858585. Windows color (decimal): -49984 or 12598527. OLE color: 12598527.
HSL color Cylindrical-coordinate representation of color #FF3CC0: hue angle of 319.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 #FF3CC0 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 192 | - |
| CMYK | 0 | 0.76 | 0.25 | 0 |
| HSL | 319.38º | 1% | 0.62% | - |
| HSV(B) | 319.38º | 0.76% | 1% | - |
| XYZ | 52.37 | 28.3 | 52.57 | - |
| YUV | 133.35 | 161.1 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 192 | 0 | 0.76 | 0.25 | 0 | 319.38 | 1 | 0.62 |
| Hex | FF | 3C | C0 | 0 | 4C | 19 | 0 | 13F | 64 | 3E |
| Octal | 377 | 74 | 300 | 0 | 114 | 31 | 0 | 477 | 144 | 76 |
| Binary | 11111111 | 111100 | 11000000 | 0 | 1001100 | 11001 | 0 | 100111111 | 1100100 | 111110 |
Color Harmonies of #FF3CC0
Complementary color
Monochromatic Colors of #FF3CC0
Black with #FF3CC0
Text Example
Text Example
White with #FF3CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3CC0; }
p { color: rgb(255,60,192); }
H1.HeaderClassName
{
color: #FF3CC0;
}
.AnyTagClassName
{
color: #FF3CC0;
}
</style>
background-color css
<style>
a { background-color: #FF3CC0; }
a { background-color: rgb(255,60,192); }
div.DivClassName
{
background-color: #FF3CC0;
}
.BgClassName
{
background-color: #FF3CC0;
}
</style>
border-color css
<style>
span { border-color: #FF3CC0; }
span { border-color: rgb(255,60,192); }
td.TdClassName
{
border-color: #FF3CC0;
}
.TagClassName
{
border-color: #FF3CC0;
}
</style>