Shades of Fuchsia #CF3AAD
Tints of Fuchsia #CF3AAD
RGB
CMYK
RGB Variations
Color information
#CF3AAD (or 0xCF3AAD) is known color: Fuchsia. HEX triplet: CF, 3A and AD. RGB value is (207,58,173). Sum of RGB (Red+Green+Blue) = 207+58+173=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3AAD is #30C552. Grayscale: #737373. Windows color (decimal): -3196243 or 11352783. OLE color: 11352783.
HSL color Cylindrical-coordinate representation of color #CF3AAD: hue angle of 313.69º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3AAD is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 173 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.19 |
| HSL | 313.69º | 0.61% | 0.52% | - |
| HSV(B) | 313.69º | 0.72% | 0.81% | - |
| XYZ | 34.79 | 19.31 | 41.43 | - |
| YUV | 115.66 | 160.36 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 173 | 0 | 0.72 | 0.16 | 0.19 | 313.69 | 0.61 | 0.52 |
| Hex | CF | 3A | AD | 0 | 48 | 10 | 13 | 13A | 3D | 34 |
| Octal | 317 | 72 | 255 | 0 | 110 | 20 | 23 | 472 | 75 | 64 |
| Binary | 11001111 | 111010 | 10101101 | 0 | 1001000 | 10000 | 10011 | 100111010 | 111101 | 110100 |
Color Harmonies of #CF3AAD
Complementary color
Monochromatic Colors of #CF3AAD
Black with #CF3AAD
Text Example
Text Example
White with #CF3AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3AAD; }
p { color: rgb(207,58,173); }
H1.HeaderClassName
{
color: #CF3AAD;
}
.AnyTagClassName
{
color: #CF3AAD;
}
</style>
background-color css
<style>
a { background-color: #CF3AAD; }
a { background-color: rgb(207,58,173); }
div.DivClassName
{
background-color: #CF3AAD;
}
.BgClassName
{
background-color: #CF3AAD;
}
</style>
border-color css
<style>
span { border-color: #CF3AAD; }
span { border-color: rgb(207,58,173); }
td.TdClassName
{
border-color: #CF3AAD;
}
.TagClassName
{
border-color: #CF3AAD;
}
</style>