Shades of Fuchsia #CF3CC0
Tints of Fuchsia #CF3CC0
RGB
CMYK
RGB Variations
Color information
#CF3CC0 (or 0xCF3CC0) is known color: Fuchsia. HEX triplet: CF, 3C and C0. RGB value is (207,60,192). Sum of RGB (Red+Green+Blue) = 207+60+192=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3CC0 is #30C33F. Grayscale: #767676. Windows color (decimal): -3195712 or 12598479. OLE color: 12598479.
HSL color Cylindrical-coordinate representation of color #CF3CC0: hue angle of 306.12º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3CC0 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 192 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.19 |
| HSL | 306.12º | 0.6% | 0.52% | - |
| HSV(B) | 306.12º | 0.71% | 0.81% | - |
| XYZ | 36.86 | 20.3 | 51.85 | - |
| YUV | 119 | 169.2 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 192 | 0 | 0.71 | 0.07 | 0.19 | 306.12 | 0.6 | 0.52 |
| Hex | CF | 3C | C0 | 0 | 47 | 7 | 13 | 132 | 3C | 34 |
| Octal | 317 | 74 | 300 | 0 | 107 | 7 | 23 | 462 | 74 | 64 |
| Binary | 11001111 | 111100 | 11000000 | 0 | 1000111 | 111 | 10011 | 100110010 | 111100 | 110100 |
Color Harmonies of #CF3CC0
Complementary color
Monochromatic Colors of #CF3CC0
Black with #CF3CC0
Text Example
Text Example
White with #CF3CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3CC0; }
p { color: rgb(207,60,192); }
H1.HeaderClassName
{
color: #CF3CC0;
}
.AnyTagClassName
{
color: #CF3CC0;
}
</style>
background-color css
<style>
a { background-color: #CF3CC0; }
a { background-color: rgb(207,60,192); }
div.DivClassName
{
background-color: #CF3CC0;
}
.BgClassName
{
background-color: #CF3CC0;
}
</style>
border-color css
<style>
span { border-color: #CF3CC0; }
span { border-color: rgb(207,60,192); }
td.TdClassName
{
border-color: #CF3CC0;
}
.TagClassName
{
border-color: #CF3CC0;
}
</style>