Shades of Fuchsia #CF3AC0
Tints of Fuchsia #CF3AC0
RGB
CMYK
RGB Variations
Color information
#CF3AC0 (or 0xCF3AC0) is known color: Fuchsia. HEX triplet: CF, 3A and C0. RGB value is (207,58,192). Sum of RGB (Red+Green+Blue) = 207+58+192=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3AC0 is #30C53F. Grayscale: #757575. Windows color (decimal): -3196224 or 12597967. OLE color: 12597967.
HSL color Cylindrical-coordinate representation of color #CF3AC0: hue angle of 306.04º 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 #CF3AC0 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 192 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.19 |
| HSL | 306.04º | 0.61% | 0.52% | - |
| HSV(B) | 306.04º | 0.72% | 0.81% | - |
| XYZ | 36.76 | 20.1 | 51.81 | - |
| YUV | 117.83 | 169.86 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 192 | 0 | 0.72 | 0.07 | 0.19 | 306.04 | 0.61 | 0.52 |
| Hex | CF | 3A | C0 | 0 | 48 | 7 | 13 | 132 | 3D | 34 |
| Octal | 317 | 72 | 300 | 0 | 110 | 7 | 23 | 462 | 75 | 64 |
| Binary | 11001111 | 111010 | 11000000 | 0 | 1001000 | 111 | 10011 | 100110010 | 111101 | 110100 |
Color Harmonies of #CF3AC0
Complementary color
Monochromatic Colors of #CF3AC0
Black with #CF3AC0
Text Example
Text Example
White with #CF3AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3AC0; }
p { color: rgb(207,58,192); }
H1.HeaderClassName
{
color: #CF3AC0;
}
.AnyTagClassName
{
color: #CF3AC0;
}
</style>
background-color css
<style>
a { background-color: #CF3AC0; }
a { background-color: rgb(207,58,192); }
div.DivClassName
{
background-color: #CF3AC0;
}
.BgClassName
{
background-color: #CF3AC0;
}
</style>
border-color css
<style>
span { border-color: #CF3AC0; }
span { border-color: rgb(207,58,192); }
td.TdClassName
{
border-color: #CF3AC0;
}
.TagClassName
{
border-color: #CF3AC0;
}
</style>