Shades of Fuchsia #CF2AB5
Tints of Fuchsia #CF2AB5
RGB
CMYK
RGB Variations
Color information
#CF2AB5 (or 0xCF2AB5) is known color: Fuchsia. HEX triplet: CF, 2A and B5. RGB value is (207,42,181). Sum of RGB (Red+Green+Blue) = 207+42+181=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2AB5 is #30D54A. Grayscale: #6A6A6A. Windows color (decimal): -3200331 or 11872975. OLE color: 11872975.
HSL color Cylindrical-coordinate representation of color #CF2AB5: hue angle of 309.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2AB5 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 181 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.19 |
| HSL | 309.45º | 0.66% | 0.49% | - |
| HSV(B) | 309.45º | 0.8% | 0.81% | - |
| XYZ | 34.9 | 18.26 | 45.4 | - |
| YUV | 107.18 | 169.66 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 181 | 0 | 0.80 | 0.13 | 0.19 | 309.45 | 0.66 | 0.49 |
| Hex | CF | 2A | B5 | 0 | 50 | D | 13 | 135 | 42 | 31 |
| Octal | 317 | 52 | 265 | 0 | 120 | 15 | 23 | 465 | 102 | 61 |
| Binary | 11001111 | 101010 | 10110101 | 0 | 1010000 | 1101 | 10011 | 100110101 | 1000010 | 110001 |
Color Harmonies of #CF2AB5
Complementary color
Monochromatic Colors of #CF2AB5
Black with #CF2AB5
Text Example
Text Example
White with #CF2AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2AB5; }
p { color: rgb(207,42,181); }
H1.HeaderClassName
{
color: #CF2AB5;
}
.AnyTagClassName
{
color: #CF2AB5;
}
</style>
background-color css
<style>
a { background-color: #CF2AB5; }
a { background-color: rgb(207,42,181); }
div.DivClassName
{
background-color: #CF2AB5;
}
.BgClassName
{
background-color: #CF2AB5;
}
</style>
border-color css
<style>
span { border-color: #CF2AB5; }
span { border-color: rgb(207,42,181); }
td.TdClassName
{
border-color: #CF2AB5;
}
.TagClassName
{
border-color: #CF2AB5;
}
</style>