Shades of Fuchsia #CF5ECD
Tints of Fuchsia #CF5ECD
RGB
CMYK
RGB Variations
Color information
#CF5ECD (or 0xCF5ECD) is known color: Fuchsia. HEX triplet: CF, 5E and CD. RGB value is (207,94,205). Sum of RGB (Red+Green+Blue) = 207+94+205=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ECD is #30A132. Grayscale: #8C8C8C. Windows color (decimal): -3186995 or 13459151. OLE color: 13459151.
HSL color Cylindrical-coordinate representation of color #CF5ECD: hue angle of 301.06º 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 #CF5ECD is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 205 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.19 |
| HSL | 301.06º | 0.54% | 0.59% | - |
| HSV(B) | 301.06º | 0.55% | 0.81% | - |
| XYZ | 40.75 | 25.68 | 60.57 | - |
| YUV | 140.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 205 | 0 | 0.55 | 0.01 | 0.19 | 301.06 | 0.54 | 0.59 |
| Hex | CF | 5E | CD | 0 | 37 | 1 | 13 | 12D | 36 | 3B |
| Octal | 317 | 136 | 315 | 0 | 67 | 1 | 23 | 455 | 66 | 73 |
| Binary | 11001111 | 1011110 | 11001101 | 0 | 110111 | 1 | 10011 | 100101101 | 110110 | 111011 |
Color Harmonies of #CF5ECD
Complementary color
Monochromatic Colors of #CF5ECD
Black with #CF5ECD
Text Example
Text Example
White with #CF5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5ECD; }
p { color: rgb(207,94,205); }
H1.HeaderClassName
{
color: #CF5ECD;
}
.AnyTagClassName
{
color: #CF5ECD;
}
</style>
background-color css
<style>
a { background-color: #CF5ECD; }
a { background-color: rgb(207,94,205); }
div.DivClassName
{
background-color: #CF5ECD;
}
.BgClassName
{
background-color: #CF5ECD;
}
</style>
border-color css
<style>
span { border-color: #CF5ECD; }
span { border-color: rgb(207,94,205); }
td.TdClassName
{
border-color: #CF5ECD;
}
.TagClassName
{
border-color: #CF5ECD;
}
</style>