Shades of Fuchsia #CF2DAF
Tints of Fuchsia #CF2DAF
RGB
CMYK
RGB Variations
Color information
#CF2DAF (or 0xCF2DAF) is known color: Fuchsia. HEX triplet: CF, 2D and AF. RGB value is (207,45,175). Sum of RGB (Red+Green+Blue) = 207+45+175=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2DAF is #30D250. Grayscale: #6B6B6B. Windows color (decimal): -3199569 or 11480527. OLE color: 11480527.
HSL color Cylindrical-coordinate representation of color #CF2DAF: hue angle of 311.85º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2DAF is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 175 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.19 |
| HSL | 311.85º | 0.64% | 0.49% | - |
| HSV(B) | 311.85º | 0.78% | 0.81% | - |
| XYZ | 34.41 | 18.24 | 42.26 | - |
| YUV | 108.26 | 165.67 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 175 | 0 | 0.78 | 0.15 | 0.19 | 311.85 | 0.64 | 0.49 |
| Hex | CF | 2D | AF | 0 | 4E | F | 13 | 138 | 40 | 31 |
| Octal | 317 | 55 | 257 | 0 | 116 | 17 | 23 | 470 | 100 | 61 |
| Binary | 11001111 | 101101 | 10101111 | 0 | 1001110 | 1111 | 10011 | 100111000 | 1000000 | 110001 |
Color Harmonies of #CF2DAF
Complementary color
Monochromatic Colors of #CF2DAF
Black with #CF2DAF
Text Example
Text Example
White with #CF2DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2DAF; }
p { color: rgb(207,45,175); }
H1.HeaderClassName
{
color: #CF2DAF;
}
.AnyTagClassName
{
color: #CF2DAF;
}
</style>
background-color css
<style>
a { background-color: #CF2DAF; }
a { background-color: rgb(207,45,175); }
div.DivClassName
{
background-color: #CF2DAF;
}
.BgClassName
{
background-color: #CF2DAF;
}
</style>
border-color css
<style>
span { border-color: #CF2DAF; }
span { border-color: rgb(207,45,175); }
td.TdClassName
{
border-color: #CF2DAF;
}
.TagClassName
{
border-color: #CF2DAF;
}
</style>