Shades of Fuchsia #CF4AB0
Tints of Fuchsia #CF4AB0
RGB
CMYK
RGB Variations
Color information
#CF4AB0 (or 0xCF4AB0) is known color: Fuchsia. HEX triplet: CF, 4A and B0. RGB value is (207,74,176). Sum of RGB (Red+Green+Blue) = 207+74+176=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4AB0 is #30B54F. Grayscale: #7D7D7D. Windows color (decimal): -3192144 or 11553487. OLE color: 11553487.
HSL color Cylindrical-coordinate representation of color #CF4AB0: hue angle of 313.98º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4AB0 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 176 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.19 |
| HSL | 313.99º | 0.58% | 0.55% | - |
| HSV(B) | 313.99º | 0.64% | 0.81% | - |
| XYZ | 36.02 | 21.3 | 43.29 | - |
| YUV | 125.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 176 | 0 | 0.64 | 0.15 | 0.19 | 313.99 | 0.58 | 0.55 |
| Hex | CF | 4A | B0 | 0 | 40 | F | 13 | 13A | 3A | 37 |
| Octal | 317 | 112 | 260 | 0 | 100 | 17 | 23 | 472 | 72 | 67 |
| Binary | 11001111 | 1001010 | 10110000 | 0 | 1000000 | 1111 | 10011 | 100111010 | 111010 | 110111 |
Color Harmonies of #CF4AB0
Complementary color
Monochromatic Colors of #CF4AB0
Black with #CF4AB0
Text Example
Text Example
White with #CF4AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4AB0; }
p { color: rgb(207,74,176); }
H1.HeaderClassName
{
color: #CF4AB0;
}
.AnyTagClassName
{
color: #CF4AB0;
}
</style>
background-color css
<style>
a { background-color: #CF4AB0; }
a { background-color: rgb(207,74,176); }
div.DivClassName
{
background-color: #CF4AB0;
}
.BgClassName
{
background-color: #CF4AB0;
}
</style>
border-color css
<style>
span { border-color: #CF4AB0; }
span { border-color: rgb(207,74,176); }
td.TdClassName
{
border-color: #CF4AB0;
}
.TagClassName
{
border-color: #CF4AB0;
}
</style>