Shades of Fuchsia #CF3CBF
Tints of Fuchsia #CF3CBF
RGB
CMYK
RGB Variations
Color information
#CF3CBF (or 0xCF3CBF) is known color: Fuchsia. HEX triplet: CF, 3C and BF. RGB value is (207,60,191). Sum of RGB (Red+Green+Blue) = 207+60+191=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3CBF is #30C340. Grayscale: #767676. Windows color (decimal): -3195713 or 12532943. OLE color: 12532943.
HSL color Cylindrical-coordinate representation of color #CF3CBF: hue angle of 306.53º 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 #CF3CBF is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 191 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.19 |
| HSL | 306.53º | 0.6% | 0.52% | - |
| HSV(B) | 306.53º | 0.71% | 0.81% | - |
| XYZ | 36.75 | 20.26 | 51.26 | - |
| YUV | 118.89 | 168.7 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 191 | 0 | 0.71 | 0.08 | 0.19 | 306.53 | 0.6 | 0.52 |
| Hex | CF | 3C | BF | 0 | 47 | 8 | 13 | 133 | 3C | 34 |
| Octal | 317 | 74 | 277 | 0 | 107 | 10 | 23 | 463 | 74 | 64 |
| Binary | 11001111 | 111100 | 10111111 | 0 | 1000111 | 1000 | 10011 | 100110011 | 111100 | 110100 |
Color Harmonies of #CF3CBF
Complementary color
Monochromatic Colors of #CF3CBF
Black with #CF3CBF
Text Example
Text Example
White with #CF3CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3CBF; }
p { color: rgb(207,60,191); }
H1.HeaderClassName
{
color: #CF3CBF;
}
.AnyTagClassName
{
color: #CF3CBF;
}
</style>
background-color css
<style>
a { background-color: #CF3CBF; }
a { background-color: rgb(207,60,191); }
div.DivClassName
{
background-color: #CF3CBF;
}
.BgClassName
{
background-color: #CF3CBF;
}
</style>
border-color css
<style>
span { border-color: #CF3CBF; }
span { border-color: rgb(207,60,191); }
td.TdClassName
{
border-color: #CF3CBF;
}
.TagClassName
{
border-color: #CF3CBF;
}
</style>