Shades of Fuchsia #CF4DB8
Tints of Fuchsia #CF4DB8
RGB
CMYK
RGB Variations
Color information
#CF4DB8 (or 0xCF4DB8) is known color: Fuchsia. HEX triplet: CF, 4D and B8. RGB value is (207,77,184). Sum of RGB (Red+Green+Blue) = 207+77+184=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4DB8 is #30B247. Grayscale: #7F7F7F. Windows color (decimal): -3191368 or 12078543. OLE color: 12078543.
HSL color Cylindrical-coordinate representation of color #CF4DB8: hue angle of 310.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4DB8 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 184 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.19 |
| HSL | 310.62º | 0.58% | 0.56% | - |
| HSV(B) | 310.62º | 0.63% | 0.81% | - |
| XYZ | 37.04 | 22.03 | 47.65 | - |
| YUV | 128.07 | 159.57 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 184 | 0 | 0.63 | 0.11 | 0.19 | 310.62 | 0.58 | 0.56 |
| Hex | CF | 4D | B8 | 0 | 3F | B | 13 | 137 | 3A | 38 |
| Octal | 317 | 115 | 270 | 0 | 77 | 13 | 23 | 467 | 72 | 70 |
| Binary | 11001111 | 1001101 | 10111000 | 0 | 111111 | 1011 | 10011 | 100110111 | 111010 | 111000 |
Color Harmonies of #CF4DB8
Complementary color
Monochromatic Colors of #CF4DB8
Black with #CF4DB8
Text Example
Text Example
White with #CF4DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4DB8; }
p { color: rgb(207,77,184); }
H1.HeaderClassName
{
color: #CF4DB8;
}
.AnyTagClassName
{
color: #CF4DB8;
}
</style>
background-color css
<style>
a { background-color: #CF4DB8; }
a { background-color: rgb(207,77,184); }
div.DivClassName
{
background-color: #CF4DB8;
}
.BgClassName
{
background-color: #CF4DB8;
}
</style>
border-color css
<style>
span { border-color: #CF4DB8; }
span { border-color: rgb(207,77,184); }
td.TdClassName
{
border-color: #CF4DB8;
}
.TagClassName
{
border-color: #CF4DB8;
}
</style>