Shades of Fuchsia #CF50AD
Tints of Fuchsia #CF50AD
RGB
CMYK
RGB Variations
Color information
#CF50AD (or 0xCF50AD) is known color: Fuchsia. HEX triplet: CF, 50 and AD. RGB value is (207,80,173). Sum of RGB (Red+Green+Blue) = 207+80+173=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF50AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF50AD is #30AF52. Grayscale: #808080. Windows color (decimal): -3190611 or 11358415. OLE color: 11358415.
HSL color Cylindrical-coordinate representation of color #CF50AD: hue angle of 316.06º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF50AD is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 173 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.19 |
| HSL | 316.06º | 0.57% | 0.56% | - |
| HSV(B) | 316.06º | 0.61% | 0.81% | - |
| XYZ | 36.14 | 22.02 | 41.88 | - |
| YUV | 128.58 | 153.08 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 173 | 0 | 0.61 | 0.16 | 0.19 | 316.06 | 0.57 | 0.56 |
| Hex | CF | 50 | AD | 0 | 3D | 10 | 13 | 13C | 39 | 38 |
| Octal | 317 | 120 | 255 | 0 | 75 | 20 | 23 | 474 | 71 | 70 |
| Binary | 11001111 | 1010000 | 10101101 | 0 | 111101 | 10000 | 10011 | 100111100 | 111001 | 111000 |
Color Harmonies of #CF50AD
Complementary color
Monochromatic Colors of #CF50AD
Black with #CF50AD
Text Example
Text Example
White with #CF50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF50AD; }
p { color: rgb(207,80,173); }
H1.HeaderClassName
{
color: #CF50AD;
}
.AnyTagClassName
{
color: #CF50AD;
}
</style>
background-color css
<style>
a { background-color: #CF50AD; }
a { background-color: rgb(207,80,173); }
div.DivClassName
{
background-color: #CF50AD;
}
.BgClassName
{
background-color: #CF50AD;
}
</style>
border-color css
<style>
span { border-color: #CF50AD; }
span { border-color: rgb(207,80,173); }
td.TdClassName
{
border-color: #CF50AD;
}
.TagClassName
{
border-color: #CF50AD;
}
</style>