Shades of Fuchsia #CF5ECE
Tints of Fuchsia #CF5ECE
RGB
CMYK
RGB Variations
Color information
#CF5ECE (or 0xCF5ECE) is known color: Fuchsia. HEX triplet: CF, 5E and CE. RGB value is (207,94,206). Sum of RGB (Red+Green+Blue) = 207+94+206=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5ECE is #30A131. Grayscale: #8C8C8C. Windows color (decimal): -3186994 or 13524687. OLE color: 13524687.
HSL color Cylindrical-coordinate representation of color #CF5ECE: hue angle of 300.53º 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 #CF5ECE is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 94 | 206 | - |
CMYK | 0 | 0.55 | 0.00 | 0.19 |
HSL | 300.53º | 0.54% | 0.59% | - |
HSV(B) | 300.53º | 0.55% | 0.81% | - |
XYZ | 40.88 | 25.73 | 61.2 | - |
YUV | 140.56 | 164.94 | 175.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 94 | 206 | 0 | 0.55 | 0.00 | 0.19 | 300.53 | 0.54 | 0.59 |
Hex | CF | 5E | CE | 0 | 37 | 0 | 13 | 12D | 36 | 3B |
Octal | 317 | 136 | 316 | 0 | 67 | 0 | 23 | 455 | 66 | 73 |
Binary | 11001111 | 1011110 | 11001110 | 0 | 110111 | 0 | 10011 | 100101101 | 110110 | 111011 |
Color Harmonies of #CF5ECE
Complementary color
Monochromatic Colors of #CF5ECE
Black with #CF5ECE
Text Example
Text Example
White with #CF5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5ECE; }
p { color: rgb(207,94,206); }
H1.HeaderClassName
{
color: #CF5ECE;
}
.AnyTagClassName
{
color: #CF5ECE;
}
</style>
background-color css
<style>
a { background-color: #CF5ECE; }
a { background-color: rgb(207,94,206); }
div.DivClassName
{
background-color: #CF5ECE;
}
.BgClassName
{
background-color: #CF5ECE;
}
</style>
border-color css
<style>
span { border-color: #CF5ECE; }
span { border-color: rgb(207,94,206); }
td.TdClassName
{
border-color: #CF5ECE;
}
.TagClassName
{
border-color: #CF5ECE;
}
</style>