Shades of Fuchsia #CF52AB
Tints of Fuchsia #CF52AB
RGB
CMYK
RGB Variations
Color information
#CF52AB (or 0xCF52AB) is known color: Fuchsia. HEX triplet: CF, 52 and AB. RGB value is (207,82,171). Sum of RGB (Red+Green+Blue) = 207+82+171=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF52AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF52AB is #30AD54. Grayscale: #818181. Windows color (decimal): -3190101 or 11227855. OLE color: 11227855.
HSL color Cylindrical-coordinate representation of color #CF52AB: hue angle of 317.28º 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 #CF52AB is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 171 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.19 |
| HSL | 317.28º | 0.57% | 0.57% | - |
| HSV(B) | 317.28º | 0.6% | 0.81% | - |
| XYZ | 36.1 | 22.24 | 40.92 | - |
| YUV | 129.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 171 | 0 | 0.60 | 0.17 | 0.19 | 317.28 | 0.57 | 0.57 |
| Hex | CF | 52 | AB | 0 | 3C | 11 | 13 | 13D | 39 | 39 |
| Octal | 317 | 122 | 253 | 0 | 74 | 21 | 23 | 475 | 71 | 71 |
| Binary | 11001111 | 1010010 | 10101011 | 0 | 111100 | 10001 | 10011 | 100111101 | 111001 | 111001 |
Color Harmonies of #CF52AB
Complementary color
Monochromatic Colors of #CF52AB
Black with #CF52AB
Text Example
Text Example
White with #CF52AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF52AB; }
p { color: rgb(207,82,171); }
H1.HeaderClassName
{
color: #CF52AB;
}
.AnyTagClassName
{
color: #CF52AB;
}
</style>
background-color css
<style>
a { background-color: #CF52AB; }
a { background-color: rgb(207,82,171); }
div.DivClassName
{
background-color: #CF52AB;
}
.BgClassName
{
background-color: #CF52AB;
}
</style>
border-color css
<style>
span { border-color: #CF52AB; }
span { border-color: rgb(207,82,171); }
td.TdClassName
{
border-color: #CF52AB;
}
.TagClassName
{
border-color: #CF52AB;
}
</style>