Shades of Fuchsia #CF51BA
Tints of Fuchsia #CF51BA
RGB
CMYK
RGB Variations
Color information
#CF51BA (or 0xCF51BA) is known color: Fuchsia. HEX triplet: CF, 51 and BA. RGB value is (207,81,186). Sum of RGB (Red+Green+Blue) = 207+81+186=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 207 - color contains mainly: red. Hex color #CF51BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF51BA is #30AE45. Grayscale: #828282. Windows color (decimal): -3190342 or 12210639. OLE color: 12210639.
HSL color Cylindrical-coordinate representation of color #CF51BA: hue angle of 310º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF51BA is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 186 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.19 |
| HSL | 310º | 0.57% | 0.56% | - |
| HSV(B) | 310º | 0.61% | 0.81% | - |
| XYZ | 37.54 | 22.7 | 48.86 | - |
| YUV | 130.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 186 | 0 | 0.61 | 0.10 | 0.19 | 310 | 0.57 | 0.56 |
| Hex | CF | 51 | BA | 0 | 3D | A | 13 | 136 | 39 | 38 |
| Octal | 317 | 121 | 272 | 0 | 75 | 12 | 23 | 466 | 71 | 70 |
| Binary | 11001111 | 1010001 | 10111010 | 0 | 111101 | 1010 | 10011 | 100110110 | 111001 | 111000 |
Color Harmonies of #CF51BA
Complementary color
Monochromatic Colors of #CF51BA
Black with #CF51BA
Text Example
Text Example
White with #CF51BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF51BA; }
p { color: rgb(207,81,186); }
H1.HeaderClassName
{
color: #CF51BA;
}
.AnyTagClassName
{
color: #CF51BA;
}
</style>
background-color css
<style>
a { background-color: #CF51BA; }
a { background-color: rgb(207,81,186); }
div.DivClassName
{
background-color: #CF51BA;
}
.BgClassName
{
background-color: #CF51BA;
}
</style>
border-color css
<style>
span { border-color: #CF51BA; }
span { border-color: rgb(207,81,186); }
td.TdClassName
{
border-color: #CF51BA;
}
.TagClassName
{
border-color: #CF51BA;
}
</style>