Shades of Fuchsia #CF3AB2
Tints of Fuchsia #CF3AB2
RGB
CMYK
RGB Variations
Color information
#CF3AB2 (or 0xCF3AB2) is known color: Fuchsia. HEX triplet: CF, 3A and B2. RGB value is (207,58,178). Sum of RGB (Red+Green+Blue) = 207+58+178=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3AB2 is #30C54D. Grayscale: #737373. Windows color (decimal): -3196238 or 11680463. OLE color: 11680463.
HSL color Cylindrical-coordinate representation of color #CF3AB2: hue angle of 311.68º 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 #CF3AB2 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 178 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.19 |
| HSL | 311.68º | 0.61% | 0.52% | - |
| HSV(B) | 311.68º | 0.72% | 0.81% | - |
| XYZ | 35.28 | 19.51 | 44.02 | - |
| YUV | 116.23 | 162.86 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 178 | 0 | 0.72 | 0.14 | 0.19 | 311.68 | 0.61 | 0.52 |
| Hex | CF | 3A | B2 | 0 | 48 | E | 13 | 138 | 3D | 34 |
| Octal | 317 | 72 | 262 | 0 | 110 | 16 | 23 | 470 | 75 | 64 |
| Binary | 11001111 | 111010 | 10110010 | 0 | 1001000 | 1110 | 10011 | 100111000 | 111101 | 110100 |
Color Harmonies of #CF3AB2
Complementary color
Monochromatic Colors of #CF3AB2
Black with #CF3AB2
Text Example
Text Example
White with #CF3AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3AB2; }
p { color: rgb(207,58,178); }
H1.HeaderClassName
{
color: #CF3AB2;
}
.AnyTagClassName
{
color: #CF3AB2;
}
</style>
background-color css
<style>
a { background-color: #CF3AB2; }
a { background-color: rgb(207,58,178); }
div.DivClassName
{
background-color: #CF3AB2;
}
.BgClassName
{
background-color: #CF3AB2;
}
</style>
border-color css
<style>
span { border-color: #CF3AB2; }
span { border-color: rgb(207,58,178); }
td.TdClassName
{
border-color: #CF3AB2;
}
.TagClassName
{
border-color: #CF3AB2;
}
</style>