Shades of Fuchsia #CF5DB8
Tints of Fuchsia #CF5DB8
RGB
CMYK
RGB Variations
Color information
#CF5DB8 (or 0xCF5DB8) is known color: Fuchsia. HEX triplet: CF, 5D and B8. RGB value is (207,93,184). Sum of RGB (Red+Green+Blue) = 207+93+184=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5DB8 is #30A247. Grayscale: #898989. Windows color (decimal): -3187272 or 12082639. OLE color: 12082639.
HSL color Cylindrical-coordinate representation of color #CF5DB8: hue angle of 312.11º 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 #CF5DB8 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 184 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.19 |
| HSL | 312.11º | 0.54% | 0.59% | - |
| HSV(B) | 312.11º | 0.55% | 0.81% | - |
| XYZ | 38.3 | 24.55 | 48.07 | - |
| YUV | 137.46 | 154.27 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 184 | 0 | 0.55 | 0.11 | 0.19 | 312.11 | 0.54 | 0.59 |
| Hex | CF | 5D | B8 | 0 | 37 | B | 13 | 138 | 36 | 3B |
| Octal | 317 | 135 | 270 | 0 | 67 | 13 | 23 | 470 | 66 | 73 |
| Binary | 11001111 | 1011101 | 10111000 | 0 | 110111 | 1011 | 10011 | 100111000 | 110110 | 111011 |
Color Harmonies of #CF5DB8
Complementary color
Monochromatic Colors of #CF5DB8
Black with #CF5DB8
Text Example
Text Example
White with #CF5DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5DB8; }
p { color: rgb(207,93,184); }
H1.HeaderClassName
{
color: #CF5DB8;
}
.AnyTagClassName
{
color: #CF5DB8;
}
</style>
background-color css
<style>
a { background-color: #CF5DB8; }
a { background-color: rgb(207,93,184); }
div.DivClassName
{
background-color: #CF5DB8;
}
.BgClassName
{
background-color: #CF5DB8;
}
</style>
border-color css
<style>
span { border-color: #CF5DB8; }
span { border-color: rgb(207,93,184); }
td.TdClassName
{
border-color: #CF5DB8;
}
.TagClassName
{
border-color: #CF5DB8;
}
</style>