Shades of Fuchsia #CF3ECE
Tints of Fuchsia #CF3ECE
RGB
CMYK
RGB Variations
Color information
#CF3ECE (or 0xCF3ECE) is known color: Fuchsia. HEX triplet: CF, 3E and CE. RGB value is (207,62,206). Sum of RGB (Red+Green+Blue) = 207+62+206=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3ECE is #30C131. Grayscale: #797979. Windows color (decimal): -3195186 or 13516495. OLE color: 13516495.
HSL color Cylindrical-coordinate representation of color #CF3ECE: hue angle of 300.41º 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 #CF3ECE is Cyan = 0, Magento = 0.70, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 206 | - |
| CMYK | 0 | 0.70 | 0.00 | 0.19 |
| HSL | 300.41º | 0.6% | 0.53% | - |
| HSV(B) | 300.41º | 0.7% | 0.81% | - |
| XYZ | 38.6 | 21.17 | 60.44 | - |
| YUV | 121.77 | 175.54 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 206 | 0 | 0.70 | 0.00 | 0.19 | 300.41 | 0.6 | 0.53 |
| Hex | CF | 3E | CE | 0 | 46 | 0 | 13 | 12C | 3C | 35 |
| Octal | 317 | 76 | 316 | 0 | 106 | 0 | 23 | 454 | 74 | 65 |
| Binary | 11001111 | 111110 | 11001110 | 0 | 1000110 | 0 | 10011 | 100101100 | 111100 | 110101 |
Color Harmonies of #CF3ECE
Complementary color
Monochromatic Colors of #CF3ECE
Black with #CF3ECE
Text Example
Text Example
White with #CF3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3ECE; }
p { color: rgb(207,62,206); }
H1.HeaderClassName
{
color: #CF3ECE;
}
.AnyTagClassName
{
color: #CF3ECE;
}
</style>
background-color css
<style>
a { background-color: #CF3ECE; }
a { background-color: rgb(207,62,206); }
div.DivClassName
{
background-color: #CF3ECE;
}
.BgClassName
{
background-color: #CF3ECE;
}
</style>
border-color css
<style>
span { border-color: #CF3ECE; }
span { border-color: rgb(207,62,206); }
td.TdClassName
{
border-color: #CF3ECE;
}
.TagClassName
{
border-color: #CF3ECE;
}
</style>