Shades of Fuchsia #CF3FCF
Tints of Fuchsia #CF3FCF
RGB
CMYK
RGB Variations
Color information
#CF3FCF (or 0xCF3FCF) is known color: Fuchsia. HEX triplet: CF, 3F and CF. RGB value is (207,63,207). Sum of RGB (Red+Green+Blue) = 207+63+207=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF3FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3FCF is #30C030. Grayscale: #7A7A7A. Windows color (decimal): -3194929 or 13582287. OLE color: 13582287.
HSL color Cylindrical-coordinate representation of color #CF3FCF: hue angle of 300º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3FCF is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 207 | - |
| CMYK | 0 | 0.70 | 0 | 0.19 |
| HSL | 300º | 0.6% | 0.53% | - |
| HSV(B) | 300º | 0.7% | 0.81% | - |
| XYZ | 38.77 | 21.33 | 61.1 | - |
| YUV | 122.47 | 175.71 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 207 | 0 | 0.70 | 0 | 0.19 | 300 | 0.6 | 0.53 |
| Hex | CF | 3F | CF | 0 | 46 | 0 | 13 | 12C | 3C | 35 |
| Octal | 317 | 77 | 317 | 0 | 106 | 0 | 23 | 454 | 74 | 65 |
| Binary | 11001111 | 111111 | 11001111 | 0 | 1000110 | 0 | 10011 | 100101100 | 111100 | 110101 |
Color Harmonies of #CF3FCF
Complementary color
Monochromatic Colors of #CF3FCF
Black with #CF3FCF
Text Example
Text Example
White with #CF3FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3FCF; }
p { color: rgb(207,63,207); }
H1.HeaderClassName
{
color: #CF3FCF;
}
.AnyTagClassName
{
color: #CF3FCF;
}
</style>
background-color css
<style>
a { background-color: #CF3FCF; }
a { background-color: rgb(207,63,207); }
div.DivClassName
{
background-color: #CF3FCF;
}
.BgClassName
{
background-color: #CF3FCF;
}
</style>
border-color css
<style>
span { border-color: #CF3FCF; }
span { border-color: rgb(207,63,207); }
td.TdClassName
{
border-color: #CF3FCF;
}
.TagClassName
{
border-color: #CF3FCF;
}
</style>