Shades of Fuchsia #CF53AB
Tints of Fuchsia #CF53AB
RGB
CMYK
RGB Variations
Color information
#CF53AB (or 0xCF53AB) is known color: Fuchsia. HEX triplet: CF, 53 and AB. RGB value is (207,83,171). Sum of RGB (Red+Green+Blue) = 207+83+171=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF53AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF53AB is #30AC54. Grayscale: #818181. Windows color (decimal): -3189845 or 11228111. OLE color: 11228111.
HSL color Cylindrical-coordinate representation of color #CF53AB: hue angle of 317.42º degrees, saturation: 0.56, 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 #CF53AB is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 171 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.19 |
| HSL | 317.42º | 0.56% | 0.57% | - |
| HSV(B) | 317.42º | 0.6% | 0.81% | - |
| XYZ | 36.18 | 22.39 | 40.94 | - |
| YUV | 130.11 | 151.08 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 171 | 0 | 0.60 | 0.17 | 0.19 | 317.42 | 0.56 | 0.57 |
| Hex | CF | 53 | AB | 0 | 3C | 11 | 13 | 13D | 38 | 39 |
| Octal | 317 | 123 | 253 | 0 | 74 | 21 | 23 | 475 | 70 | 71 |
| Binary | 11001111 | 1010011 | 10101011 | 0 | 111100 | 10001 | 10011 | 100111101 | 111000 | 111001 |
Color Harmonies of #CF53AB
Complementary color
Monochromatic Colors of #CF53AB
Black with #CF53AB
Text Example
Text Example
White with #CF53AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF53AB; }
p { color: rgb(207,83,171); }
H1.HeaderClassName
{
color: #CF53AB;
}
.AnyTagClassName
{
color: #CF53AB;
}
</style>
background-color css
<style>
a { background-color: #CF53AB; }
a { background-color: rgb(207,83,171); }
div.DivClassName
{
background-color: #CF53AB;
}
.BgClassName
{
background-color: #CF53AB;
}
</style>
border-color css
<style>
span { border-color: #CF53AB; }
span { border-color: rgb(207,83,171); }
td.TdClassName
{
border-color: #CF53AB;
}
.TagClassName
{
border-color: #CF53AB;
}
</style>