Shades of Fuchsia #CF3EBC
Tints of Fuchsia #CF3EBC
RGB
CMYK
RGB Variations
Color information
#CF3EBC (or 0xCF3EBC) is known color: Fuchsia. HEX triplet: CF, 3E and BC. RGB value is (207,62,188). Sum of RGB (Red+Green+Blue) = 207+62+188=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3EBC is #30C143. Grayscale: #777777. Windows color (decimal): -3195204 or 12336847. OLE color: 12336847.
HSL color Cylindrical-coordinate representation of color #CF3EBC: hue angle of 307.86º 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 #CF3EBC is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 188 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.19 |
| HSL | 307.86º | 0.6% | 0.53% | - |
| HSV(B) | 307.86º | 0.7% | 0.81% | - |
| XYZ | 36.53 | 20.34 | 49.58 | - |
| YUV | 119.72 | 166.54 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 188 | 0 | 0.70 | 0.09 | 0.19 | 307.86 | 0.6 | 0.53 |
| Hex | CF | 3E | BC | 0 | 46 | 9 | 13 | 134 | 3C | 35 |
| Octal | 317 | 76 | 274 | 0 | 106 | 11 | 23 | 464 | 74 | 65 |
| Binary | 11001111 | 111110 | 10111100 | 0 | 1000110 | 1001 | 10011 | 100110100 | 111100 | 110101 |
Color Harmonies of #CF3EBC
Complementary color
Monochromatic Colors of #CF3EBC
Black with #CF3EBC
Text Example
Text Example
White with #CF3EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3EBC; }
p { color: rgb(207,62,188); }
H1.HeaderClassName
{
color: #CF3EBC;
}
.AnyTagClassName
{
color: #CF3EBC;
}
</style>
background-color css
<style>
a { background-color: #CF3EBC; }
a { background-color: rgb(207,62,188); }
div.DivClassName
{
background-color: #CF3EBC;
}
.BgClassName
{
background-color: #CF3EBC;
}
</style>
border-color css
<style>
span { border-color: #CF3EBC; }
span { border-color: rgb(207,62,188); }
td.TdClassName
{
border-color: #CF3EBC;
}
.TagClassName
{
border-color: #CF3EBC;
}
</style>