Shades of Fuchsia #CF3AB8
Tints of Fuchsia #CF3AB8
RGB
CMYK
RGB Variations
Color information
#CF3AB8 (or 0xCF3AB8) is known color: Fuchsia. HEX triplet: CF, 3A and B8. RGB value is (207,58,184). Sum of RGB (Red+Green+Blue) = 207+58+184=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3AB8 is #30C547. Grayscale: #747474. Windows color (decimal): -3196232 or 12073679. OLE color: 12073679.
HSL color Cylindrical-coordinate representation of color #CF3AB8: hue angle of 309.26º 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 #CF3AB8 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 184 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.19 |
| HSL | 309.26º | 0.61% | 0.52% | - |
| HSV(B) | 309.26º | 0.72% | 0.81% | - |
| XYZ | 35.9 | 19.75 | 47.27 | - |
| YUV | 116.92 | 165.86 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 184 | 0 | 0.72 | 0.11 | 0.19 | 309.26 | 0.61 | 0.52 |
| Hex | CF | 3A | B8 | 0 | 48 | B | 13 | 135 | 3D | 34 |
| Octal | 317 | 72 | 270 | 0 | 110 | 13 | 23 | 465 | 75 | 64 |
| Binary | 11001111 | 111010 | 10111000 | 0 | 1001000 | 1011 | 10011 | 100110101 | 111101 | 110100 |
Color Harmonies of #CF3AB8
Complementary color
Monochromatic Colors of #CF3AB8
Black with #CF3AB8
Text Example
Text Example
White with #CF3AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3AB8; }
p { color: rgb(207,58,184); }
H1.HeaderClassName
{
color: #CF3AB8;
}
.AnyTagClassName
{
color: #CF3AB8;
}
</style>
background-color css
<style>
a { background-color: #CF3AB8; }
a { background-color: rgb(207,58,184); }
div.DivClassName
{
background-color: #CF3AB8;
}
.BgClassName
{
background-color: #CF3AB8;
}
</style>
border-color css
<style>
span { border-color: #CF3AB8; }
span { border-color: rgb(207,58,184); }
td.TdClassName
{
border-color: #CF3AB8;
}
.TagClassName
{
border-color: #CF3AB8;
}
</style>