Shades of Fuchsia #CF53AD
Tints of Fuchsia #CF53AD
RGB
CMYK
RGB Variations
Color information
#CF53AD (or 0xCF53AD) is known color: Fuchsia. HEX triplet: CF, 53 and AD. RGB value is (207,83,173). Sum of RGB (Red+Green+Blue) = 207+83+173=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF53AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF53AD is #30AC52. Grayscale: #828282. Windows color (decimal): -3189843 or 11359183. OLE color: 11359183.
HSL color Cylindrical-coordinate representation of color #CF53AD: hue angle of 316.45º 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 #CF53AD is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 173 | - |
| CMYK | 0 | 0.60 | 0.16 | 0.19 |
| HSL | 316.45º | 0.56% | 0.57% | - |
| HSV(B) | 316.45º | 0.6% | 0.81% | - |
| XYZ | 36.37 | 22.47 | 41.96 | - |
| YUV | 130.34 | 152.08 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 173 | 0 | 0.60 | 0.16 | 0.19 | 316.45 | 0.56 | 0.57 |
| Hex | CF | 53 | AD | 0 | 3C | 10 | 13 | 13C | 38 | 39 |
| Octal | 317 | 123 | 255 | 0 | 74 | 20 | 23 | 474 | 70 | 71 |
| Binary | 11001111 | 1010011 | 10101101 | 0 | 111100 | 10000 | 10011 | 100111100 | 111000 | 111001 |
Color Harmonies of #CF53AD
Complementary color
Monochromatic Colors of #CF53AD
Black with #CF53AD
Text Example
Text Example
White with #CF53AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF53AD; }
p { color: rgb(207,83,173); }
H1.HeaderClassName
{
color: #CF53AD;
}
.AnyTagClassName
{
color: #CF53AD;
}
</style>
background-color css
<style>
a { background-color: #CF53AD; }
a { background-color: rgb(207,83,173); }
div.DivClassName
{
background-color: #CF53AD;
}
.BgClassName
{
background-color: #CF53AD;
}
</style>
border-color css
<style>
span { border-color: #CF53AD; }
span { border-color: rgb(207,83,173); }
td.TdClassName
{
border-color: #CF53AD;
}
.TagClassName
{
border-color: #CF53AD;
}
</style>