Shades of Fuchsia #CF52AD
Tints of Fuchsia #CF52AD
RGB
CMYK
RGB Variations
Color information
#CF52AD (or 0xCF52AD) is known color: Fuchsia. HEX triplet: CF, 52 and AD. RGB value is (207,82,173). Sum of RGB (Red+Green+Blue) = 207+82+173=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF52AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF52AD is #30AD52. Grayscale: #818181. Windows color (decimal): -3190099 or 11358927. OLE color: 11358927.
HSL color Cylindrical-coordinate representation of color #CF52AD: hue angle of 316.32º 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 #CF52AD is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 173 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.19 |
| HSL | 316.32º | 0.57% | 0.57% | - |
| HSV(B) | 316.32º | 0.6% | 0.81% | - |
| XYZ | 36.29 | 22.32 | 41.93 | - |
| YUV | 129.75 | 152.41 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 173 | 0 | 0.60 | 0.16 | 0.19 | 316.32 | 0.57 | 0.57 |
| Hex | CF | 52 | AD | 0 | 3C | 10 | 13 | 13C | 39 | 39 |
| Octal | 317 | 122 | 255 | 0 | 74 | 20 | 23 | 474 | 71 | 71 |
| Binary | 11001111 | 1010010 | 10101101 | 0 | 111100 | 10000 | 10011 | 100111100 | 111001 | 111001 |
Color Harmonies of #CF52AD
Complementary color
Monochromatic Colors of #CF52AD
Black with #CF52AD
Text Example
Text Example
White with #CF52AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF52AD; }
p { color: rgb(207,82,173); }
H1.HeaderClassName
{
color: #CF52AD;
}
.AnyTagClassName
{
color: #CF52AD;
}
</style>
background-color css
<style>
a { background-color: #CF52AD; }
a { background-color: rgb(207,82,173); }
div.DivClassName
{
background-color: #CF52AD;
}
.BgClassName
{
background-color: #CF52AD;
}
</style>
border-color css
<style>
span { border-color: #CF52AD; }
span { border-color: rgb(207,82,173); }
td.TdClassName
{
border-color: #CF52AD;
}
.TagClassName
{
border-color: #CF52AD;
}
</style>