Shades of Fuchsia #CF5DBE
Tints of Fuchsia #CF5DBE
RGB
CMYK
RGB Variations
Color information
#CF5DBE (or 0xCF5DBE) is known color: Fuchsia. HEX triplet: CF, 5D and BE. RGB value is (207,93,190). Sum of RGB (Red+Green+Blue) = 207+93+190=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5DBE is #30A241. Grayscale: #898989. Windows color (decimal): -3187266 or 12475855. OLE color: 12475855.
HSL color Cylindrical-coordinate representation of color #CF5DBE: hue angle of 308.95º 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 #CF5DBE is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 190 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.19 |
| HSL | 308.95º | 0.54% | 0.59% | - |
| HSV(B) | 308.95º | 0.55% | 0.81% | - |
| XYZ | 38.94 | 24.81 | 51.45 | - |
| YUV | 138.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 190 | 0 | 0.55 | 0.08 | 0.19 | 308.95 | 0.54 | 0.59 |
| Hex | CF | 5D | BE | 0 | 37 | 8 | 13 | 135 | 36 | 3B |
| Octal | 317 | 135 | 276 | 0 | 67 | 10 | 23 | 465 | 66 | 73 |
| Binary | 11001111 | 1011101 | 10111110 | 0 | 110111 | 1000 | 10011 | 100110101 | 110110 | 111011 |
Color Harmonies of #CF5DBE
Complementary color
Monochromatic Colors of #CF5DBE
Black with #CF5DBE
Text Example
Text Example
White with #CF5DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5DBE; }
p { color: rgb(207,93,190); }
H1.HeaderClassName
{
color: #CF5DBE;
}
.AnyTagClassName
{
color: #CF5DBE;
}
</style>
background-color css
<style>
a { background-color: #CF5DBE; }
a { background-color: rgb(207,93,190); }
div.DivClassName
{
background-color: #CF5DBE;
}
.BgClassName
{
background-color: #CF5DBE;
}
</style>
border-color css
<style>
span { border-color: #CF5DBE; }
span { border-color: rgb(207,93,190); }
td.TdClassName
{
border-color: #CF5DBE;
}
.TagClassName
{
border-color: #CF5DBE;
}
</style>