Shades of Fuchsia #CF5CB8
Tints of Fuchsia #CF5CB8
RGB
CMYK
RGB Variations
Color information
#CF5CB8 (or 0xCF5CB8) is known color: Fuchsia. HEX triplet: CF, 5C and B8. RGB value is (207,92,184). Sum of RGB (Red+Green+Blue) = 207+92+184=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5CB8 is #30A347. Grayscale: #888888. Windows color (decimal): -3187528 or 12082383. OLE color: 12082383.
HSL color Cylindrical-coordinate representation of color #CF5CB8: hue angle of 312º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5CB8 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 184 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.19 |
| HSL | 312º | 0.55% | 0.59% | - |
| HSV(B) | 312º | 0.56% | 0.81% | - |
| XYZ | 38.21 | 24.38 | 48.04 | - |
| YUV | 136.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 184 | 0 | 0.56 | 0.11 | 0.19 | 312 | 0.55 | 0.59 |
| Hex | CF | 5C | B8 | 0 | 38 | B | 13 | 138 | 37 | 3B |
| Octal | 317 | 134 | 270 | 0 | 70 | 13 | 23 | 470 | 67 | 73 |
| Binary | 11001111 | 1011100 | 10111000 | 0 | 111000 | 1011 | 10011 | 100111000 | 110111 | 111011 |
Color Harmonies of #CF5CB8
Complementary color
Monochromatic Colors of #CF5CB8
Black with #CF5CB8
Text Example
Text Example
White with #CF5CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5CB8; }
p { color: rgb(207,92,184); }
H1.HeaderClassName
{
color: #CF5CB8;
}
.AnyTagClassName
{
color: #CF5CB8;
}
</style>
background-color css
<style>
a { background-color: #CF5CB8; }
a { background-color: rgb(207,92,184); }
div.DivClassName
{
background-color: #CF5CB8;
}
.BgClassName
{
background-color: #CF5CB8;
}
</style>
border-color css
<style>
span { border-color: #CF5CB8; }
span { border-color: rgb(207,92,184); }
td.TdClassName
{
border-color: #CF5CB8;
}
.TagClassName
{
border-color: #CF5CB8;
}
</style>