Shades of Fuchsia #CF52BA
Tints of Fuchsia #CF52BA
RGB
CMYK
RGB Variations
Color information
#CF52BA (or 0xCF52BA) is known color: Fuchsia. HEX triplet: CF, 52 and BA. RGB value is (207,82,186). Sum of RGB (Red+Green+Blue) = 207+82+186=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF52BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF52BA is #30AD45. Grayscale: #828282. Windows color (decimal): -3190086 or 12210895. OLE color: 12210895.
HSL color Cylindrical-coordinate representation of color #CF52BA: hue angle of 310.08º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF52BA is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 186 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.19 |
| HSL | 310.08º | 0.57% | 0.57% | - |
| HSV(B) | 310.08º | 0.6% | 0.81% | - |
| XYZ | 37.61 | 22.85 | 48.88 | - |
| YUV | 131.23 | 158.91 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 186 | 0 | 0.60 | 0.10 | 0.19 | 310.08 | 0.57 | 0.57 |
| Hex | CF | 52 | BA | 0 | 3C | A | 13 | 136 | 39 | 39 |
| Octal | 317 | 122 | 272 | 0 | 74 | 12 | 23 | 466 | 71 | 71 |
| Binary | 11001111 | 1010010 | 10111010 | 0 | 111100 | 1010 | 10011 | 100110110 | 111001 | 111001 |
Color Harmonies of #CF52BA
Complementary color
Monochromatic Colors of #CF52BA
Black with #CF52BA
Text Example
Text Example
White with #CF52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF52BA; }
p { color: rgb(207,82,186); }
H1.HeaderClassName
{
color: #CF52BA;
}
.AnyTagClassName
{
color: #CF52BA;
}
</style>
background-color css
<style>
a { background-color: #CF52BA; }
a { background-color: rgb(207,82,186); }
div.DivClassName
{
background-color: #CF52BA;
}
.BgClassName
{
background-color: #CF52BA;
}
</style>
border-color css
<style>
span { border-color: #CF52BA; }
span { border-color: rgb(207,82,186); }
td.TdClassName
{
border-color: #CF52BA;
}
.TagClassName
{
border-color: #CF52BA;
}
</style>