Shades of Fuchsia #CF3EB8
Tints of Fuchsia #CF3EB8
RGB
CMYK
RGB Variations
Color information
#CF3EB8 (or 0xCF3EB8) is known color: Fuchsia. HEX triplet: CF, 3E and B8. RGB value is (207,62,184). Sum of RGB (Red+Green+Blue) = 207+62+184=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3EB8 is #30C147. Grayscale: #767676. Windows color (decimal): -3195208 or 12074703. OLE color: 12074703.
HSL color Cylindrical-coordinate representation of color #CF3EB8: hue angle of 309.52º 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 #CF3EB8 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 184 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.19 |
| HSL | 309.52º | 0.6% | 0.53% | - |
| HSV(B) | 309.52º | 0.7% | 0.81% | - |
| XYZ | 36.11 | 20.17 | 47.34 | - |
| YUV | 119.26 | 164.54 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 184 | 0 | 0.70 | 0.11 | 0.19 | 309.52 | 0.6 | 0.53 |
| Hex | CF | 3E | B8 | 0 | 46 | B | 13 | 136 | 3C | 35 |
| Octal | 317 | 76 | 270 | 0 | 106 | 13 | 23 | 466 | 74 | 65 |
| Binary | 11001111 | 111110 | 10111000 | 0 | 1000110 | 1011 | 10011 | 100110110 | 111100 | 110101 |
Color Harmonies of #CF3EB8
Complementary color
Monochromatic Colors of #CF3EB8
Black with #CF3EB8
Text Example
Text Example
White with #CF3EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3EB8; }
p { color: rgb(207,62,184); }
H1.HeaderClassName
{
color: #CF3EB8;
}
.AnyTagClassName
{
color: #CF3EB8;
}
</style>
background-color css
<style>
a { background-color: #CF3EB8; }
a { background-color: rgb(207,62,184); }
div.DivClassName
{
background-color: #CF3EB8;
}
.BgClassName
{
background-color: #CF3EB8;
}
</style>
border-color css
<style>
span { border-color: #CF3EB8; }
span { border-color: rgb(207,62,184); }
td.TdClassName
{
border-color: #CF3EB8;
}
.TagClassName
{
border-color: #CF3EB8;
}
</style>