Shades of Fuchsia #CF3FCE
Tints of Fuchsia #CF3FCE
RGB
CMYK
RGB Variations
Color information
#CF3FCE (or 0xCF3FCE) is known color: Fuchsia. HEX triplet: CF, 3F and CE. RGB value is (207,63,206). Sum of RGB (Red+Green+Blue) = 207+63+206=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3FCE is #30C031. Grayscale: #797979. Windows color (decimal): -3194930 or 13516751. OLE color: 13516751.
HSL color Cylindrical-coordinate representation of color #CF3FCE: hue angle of 300.42º 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 #CF3FCE is Cyan = 0, Magento = 0.70, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 206 | - |
| CMYK | 0 | 0.70 | 0.00 | 0.19 |
| HSL | 300.42º | 0.6% | 0.53% | - |
| HSV(B) | 300.42º | 0.7% | 0.81% | - |
| XYZ | 38.65 | 21.28 | 60.46 | - |
| YUV | 122.36 | 175.21 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 206 | 0 | 0.70 | 0.00 | 0.19 | 300.42 | 0.6 | 0.53 |
| Hex | CF | 3F | CE | 0 | 46 | 0 | 13 | 12C | 3C | 35 |
| Octal | 317 | 77 | 316 | 0 | 106 | 0 | 23 | 454 | 74 | 65 |
| Binary | 11001111 | 111111 | 11001110 | 0 | 1000110 | 0 | 10011 | 100101100 | 111100 | 110101 |
Color Harmonies of #CF3FCE
Complementary color
Monochromatic Colors of #CF3FCE
Black with #CF3FCE
Text Example
Text Example
White with #CF3FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3FCE; }
p { color: rgb(207,63,206); }
H1.HeaderClassName
{
color: #CF3FCE;
}
.AnyTagClassName
{
color: #CF3FCE;
}
</style>
background-color css
<style>
a { background-color: #CF3FCE; }
a { background-color: rgb(207,63,206); }
div.DivClassName
{
background-color: #CF3FCE;
}
.BgClassName
{
background-color: #CF3FCE;
}
</style>
border-color css
<style>
span { border-color: #CF3FCE; }
span { border-color: rgb(207,63,206); }
td.TdClassName
{
border-color: #CF3FCE;
}
.TagClassName
{
border-color: #CF3FCE;
}
</style>