Shades of Fuchsia #CF2FAF
Tints of Fuchsia #CF2FAF
RGB
CMYK
RGB Variations
Color information
#CF2FAF (or 0xCF2FAF) is known color: Fuchsia. HEX triplet: CF, 2F and AF. RGB value is (207,47,175). Sum of RGB (Red+Green+Blue) = 207+47+175=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2FAF is #30D050. Grayscale: #6D6D6D. Windows color (decimal): -3199057 or 11481039. OLE color: 11481039.
HSL color Cylindrical-coordinate representation of color #CF2FAF: hue angle of 312º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF2FAF is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 175 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.19 |
| HSL | 312º | 0.63% | 0.5% | - |
| HSV(B) | 312º | 0.77% | 0.81% | - |
| XYZ | 34.49 | 18.39 | 42.29 | - |
| YUV | 109.43 | 165.01 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 175 | 0 | 0.77 | 0.15 | 0.19 | 312 | 0.63 | 0.5 |
| Hex | CF | 2F | AF | 0 | 4D | F | 13 | 138 | 3F | 32 |
| Octal | 317 | 57 | 257 | 0 | 115 | 17 | 23 | 470 | 77 | 62 |
| Binary | 11001111 | 101111 | 10101111 | 0 | 1001101 | 1111 | 10011 | 100111000 | 111111 | 110010 |
Color Harmonies of #CF2FAF
Complementary color
Monochromatic Colors of #CF2FAF
Black with #CF2FAF
Text Example
Text Example
White with #CF2FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2FAF; }
p { color: rgb(207,47,175); }
H1.HeaderClassName
{
color: #CF2FAF;
}
.AnyTagClassName
{
color: #CF2FAF;
}
</style>
background-color css
<style>
a { background-color: #CF2FAF; }
a { background-color: rgb(207,47,175); }
div.DivClassName
{
background-color: #CF2FAF;
}
.BgClassName
{
background-color: #CF2FAF;
}
</style>
border-color css
<style>
span { border-color: #CF2FAF; }
span { border-color: rgb(207,47,175); }
td.TdClassName
{
border-color: #CF2FAF;
}
.TagClassName
{
border-color: #CF2FAF;
}
</style>