Shades of Fuchsia #CF5EC1
Tints of Fuchsia #CF5EC1
RGB
CMYK
RGB Variations
Color information
#CF5EC1 (or 0xCF5EC1) is known color: Fuchsia. HEX triplet: CF, 5E and C1. RGB value is (207,94,193). Sum of RGB (Red+Green+Blue) = 207+94+193=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5EC1 is #30A13E. Grayscale: #8A8A8A. Windows color (decimal): -3187007 or 12672719. OLE color: 12672719.
HSL color Cylindrical-coordinate representation of color #CF5EC1: hue angle of 307.43º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF5EC1 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 193 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.19 |
| HSL | 307.43º | 0.54% | 0.59% | - |
| HSV(B) | 307.43º | 0.55% | 0.81% | - |
| XYZ | 39.36 | 25.12 | 53.23 | - |
| YUV | 139.07 | 158.44 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 193 | 0 | 0.55 | 0.07 | 0.19 | 307.43 | 0.54 | 0.59 |
| Hex | CF | 5E | C1 | 0 | 37 | 7 | 13 | 133 | 36 | 3B |
| Octal | 317 | 136 | 301 | 0 | 67 | 7 | 23 | 463 | 66 | 73 |
| Binary | 11001111 | 1011110 | 11000001 | 0 | 110111 | 111 | 10011 | 100110011 | 110110 | 111011 |
Color Harmonies of #CF5EC1
Complementary color
Monochromatic Colors of #CF5EC1
Black with #CF5EC1
Text Example
Text Example
White with #CF5EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5EC1; }
p { color: rgb(207,94,193); }
H1.HeaderClassName
{
color: #CF5EC1;
}
.AnyTagClassName
{
color: #CF5EC1;
}
</style>
background-color css
<style>
a { background-color: #CF5EC1; }
a { background-color: rgb(207,94,193); }
div.DivClassName
{
background-color: #CF5EC1;
}
.BgClassName
{
background-color: #CF5EC1;
}
</style>
border-color css
<style>
span { border-color: #CF5EC1; }
span { border-color: rgb(207,94,193); }
td.TdClassName
{
border-color: #CF5EC1;
}
.TagClassName
{
border-color: #CF5EC1;
}
</style>