Shades of Fuchsia #CF3AAC
Tints of Fuchsia #CF3AAC
RGB
CMYK
RGB Variations
Color information
#CF3AAC (or 0xCF3AAC) is known color: Fuchsia. HEX triplet: CF, 3A and AC. RGB value is (207,58,172). Sum of RGB (Red+Green+Blue) = 207+58+172=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3AAC is #30C553. Grayscale: #737373. Windows color (decimal): -3196244 or 11287247. OLE color: 11287247.
HSL color Cylindrical-coordinate representation of color #CF3AAC: hue angle of 314.09º 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 #CF3AAC is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 172 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.19 |
| HSL | 314.09º | 0.61% | 0.52% | - |
| HSV(B) | 314.09º | 0.72% | 0.81% | - |
| XYZ | 34.69 | 19.27 | 40.92 | - |
| YUV | 115.55 | 159.86 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 172 | 0 | 0.72 | 0.17 | 0.19 | 314.09 | 0.61 | 0.52 |
| Hex | CF | 3A | AC | 0 | 48 | 11 | 13 | 13A | 3D | 34 |
| Octal | 317 | 72 | 254 | 0 | 110 | 21 | 23 | 472 | 75 | 64 |
| Binary | 11001111 | 111010 | 10101100 | 0 | 1001000 | 10001 | 10011 | 100111010 | 111101 | 110100 |
Color Harmonies of #CF3AAC
Complementary color
Monochromatic Colors of #CF3AAC
Black with #CF3AAC
Text Example
Text Example
White with #CF3AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3AAC; }
p { color: rgb(207,58,172); }
H1.HeaderClassName
{
color: #CF3AAC;
}
.AnyTagClassName
{
color: #CF3AAC;
}
</style>
background-color css
<style>
a { background-color: #CF3AAC; }
a { background-color: rgb(207,58,172); }
div.DivClassName
{
background-color: #CF3AAC;
}
.BgClassName
{
background-color: #CF3AAC;
}
</style>
border-color css
<style>
span { border-color: #CF3AAC; }
span { border-color: rgb(207,58,172); }
td.TdClassName
{
border-color: #CF3AAC;
}
.TagClassName
{
border-color: #CF3AAC;
}
</style>