Shades of Fuchsia #CF5ECC
Tints of Fuchsia #CF5ECC
RGB
CMYK
RGB Variations
Color information
#CF5ECC (or 0xCF5ECC) is known color: Fuchsia. HEX triplet: CF, 5E and CC. RGB value is (207,94,204). Sum of RGB (Red+Green+Blue) = 207+94+204=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ECC is #30A133. Grayscale: #8C8C8C. Windows color (decimal): -3186996 or 13393615. OLE color: 13393615.
HSL color Cylindrical-coordinate representation of color #CF5ECC: hue angle of 301.59º 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 #CF5ECC is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 204 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.19 |
| HSL | 301.59º | 0.54% | 0.59% | - |
| HSV(B) | 301.59º | 0.55% | 0.81% | - |
| XYZ | 40.63 | 25.63 | 59.93 | - |
| YUV | 140.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 204 | 0 | 0.55 | 0.01 | 0.19 | 301.59 | 0.54 | 0.59 |
| Hex | CF | 5E | CC | 0 | 37 | 1 | 13 | 12E | 36 | 3B |
| Octal | 317 | 136 | 314 | 0 | 67 | 1 | 23 | 456 | 66 | 73 |
| Binary | 11001111 | 1011110 | 11001100 | 0 | 110111 | 1 | 10011 | 100101110 | 110110 | 111011 |
Color Harmonies of #CF5ECC
Complementary color
Monochromatic Colors of #CF5ECC
Black with #CF5ECC
Text Example
Text Example
White with #CF5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5ECC; }
p { color: rgb(207,94,204); }
H1.HeaderClassName
{
color: #CF5ECC;
}
.AnyTagClassName
{
color: #CF5ECC;
}
</style>
background-color css
<style>
a { background-color: #CF5ECC; }
a { background-color: rgb(207,94,204); }
div.DivClassName
{
background-color: #CF5ECC;
}
.BgClassName
{
background-color: #CF5ECC;
}
</style>
border-color css
<style>
span { border-color: #CF5ECC; }
span { border-color: rgb(207,94,204); }
td.TdClassName
{
border-color: #CF5ECC;
}
.TagClassName
{
border-color: #CF5ECC;
}
</style>