Shades of Fuchsia #CF3BC0
Tints of Fuchsia #CF3BC0
RGB
CMYK
RGB Variations
Color information
#CF3BC0 (or 0xCF3BC0) is known color: Fuchsia. HEX triplet: CF, 3B and C0. RGB value is (207,59,192). Sum of RGB (Red+Green+Blue) = 207+59+192=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3BC0 is #30C43F. Grayscale: #767676. Windows color (decimal): -3195968 or 12598223. OLE color: 12598223.
HSL color Cylindrical-coordinate representation of color #CF3BC0: hue angle of 306.08º degrees, saturation: 0.61, 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 #CF3BC0 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 59 | 192 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.19 |
| HSL | 306.08º | 0.61% | 0.52% | - |
| HSV(B) | 306.08º | 0.71% | 0.81% | - |
| XYZ | 36.81 | 20.2 | 51.83 | - |
| YUV | 118.41 | 169.53 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 192 | 0 | 0.71 | 0.07 | 0.19 | 306.08 | 0.61 | 0.52 |
| Hex | CF | 3B | C0 | 0 | 47 | 7 | 13 | 132 | 3D | 34 |
| Octal | 317 | 73 | 300 | 0 | 107 | 7 | 23 | 462 | 75 | 64 |
| Binary | 11001111 | 111011 | 11000000 | 0 | 1000111 | 111 | 10011 | 100110010 | 111101 | 110100 |
Color Harmonies of #CF3BC0
Complementary color
Monochromatic Colors of #CF3BC0
Black with #CF3BC0
Text Example
Text Example
White with #CF3BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3BC0; }
p { color: rgb(207,59,192); }
H1.HeaderClassName
{
color: #CF3BC0;
}
.AnyTagClassName
{
color: #CF3BC0;
}
</style>
background-color css
<style>
a { background-color: #CF3BC0; }
a { background-color: rgb(207,59,192); }
div.DivClassName
{
background-color: #CF3BC0;
}
.BgClassName
{
background-color: #CF3BC0;
}
</style>
border-color css
<style>
span { border-color: #CF3BC0; }
span { border-color: rgb(207,59,192); }
td.TdClassName
{
border-color: #CF3BC0;
}
.TagClassName
{
border-color: #CF3BC0;
}
</style>