Shades of Razzle Dazzle Rose #FF3CC1
Tints of Razzle Dazzle Rose #FF3CC1
RGB
CMYK
RGB Variations
Color information
#FF3CC1 (or 0xFF3CC1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3C and C1. RGB value is (255,60,193). Sum of RGB (Red+Green+Blue) = 255+60+193=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 60 (23.83% from 255 or 11.81% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3CC1 is #00C33E. Grayscale: #858585. Windows color (decimal): -49983 or 12664063. OLE color: 12664063.
HSL color Cylindrical-coordinate representation of color #FF3CC1: hue angle of 319.08º 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 #FF3CC1 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 193 | - |
| CMYK | 0 | 0.76 | 0.24 | 0 |
| HSL | 319.08º | 1% | 0.62% | - |
| HSV(B) | 319.08º | 0.76% | 1% | - |
| XYZ | 52.48 | 28.34 | 53.16 | - |
| YUV | 133.47 | 161.6 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 193 | 0 | 0.76 | 0.24 | 0 | 319.08 | 1 | 0.62 |
| Hex | FF | 3C | C1 | 0 | 4C | 18 | 0 | 13F | 64 | 3E |
| Octal | 377 | 74 | 301 | 0 | 114 | 30 | 0 | 477 | 144 | 76 |
| Binary | 11111111 | 111100 | 11000001 | 0 | 1001100 | 11000 | 0 | 100111111 | 1100100 | 111110 |
Color Harmonies of #FF3CC1
Complementary color
Monochromatic Colors of #FF3CC1
Black with #FF3CC1
Text Example
Text Example
White with #FF3CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3CC1; }
p { color: rgb(255,60,193); }
H1.HeaderClassName
{
color: #FF3CC1;
}
.AnyTagClassName
{
color: #FF3CC1;
}
</style>
background-color css
<style>
a { background-color: #FF3CC1; }
a { background-color: rgb(255,60,193); }
div.DivClassName
{
background-color: #FF3CC1;
}
.BgClassName
{
background-color: #FF3CC1;
}
</style>
border-color css
<style>
span { border-color: #FF3CC1; }
span { border-color: rgb(255,60,193); }
td.TdClassName
{
border-color: #FF3CC1;
}
.TagClassName
{
border-color: #FF3CC1;
}
</style>