Shades of Fuchsia #CF3AD6
Tints of Fuchsia #CF3AD6
RGB
CMYK
RGB Variations
Color information
#CF3AD6 (or 0xCF3AD6) is known color: Fuchsia. HEX triplet: CF, 3A and D6. RGB value is (207,58,214). Sum of RGB (Red+Green+Blue) = 207+58+214=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 58 (23.05% from 255 or 12.11% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF3AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3AD6 is #30C529. Grayscale: #777777. Windows color (decimal): -3196202 or 14039759. OLE color: 14039759.
HSL color Cylindrical-coordinate representation of color #CF3AD6: hue angle of 297.31º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3AD6 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 58 | 214 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.16 |
| HSL | 297.31º | 0.66% | 0.53% | - |
| HSV(B) | 297.31º | 0.73% | 0.84% | - |
| XYZ | 39.38 | 21.15 | 65.62 | - |
| YUV | 120.34 | 180.86 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 214 | 0.03 | 0.73 | 0 | 0.16 | 297.31 | 0.66 | 0.53 |
| Hex | CF | 3A | D6 | 3 | 49 | 0 | 10 | 129 | 42 | 35 |
| Octal | 317 | 72 | 326 | 3 | 111 | 0 | 20 | 451 | 102 | 65 |
| Binary | 11001111 | 111010 | 11010110 | 11 | 1001001 | 0 | 10000 | 100101001 | 1000010 | 110101 |
Color Harmonies of #CF3AD6
Complementary color
Monochromatic Colors of #CF3AD6
Black with #CF3AD6
Text Example
Text Example
White with #CF3AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3AD6; }
p { color: rgb(207,58,214); }
H1.HeaderClassName
{
color: #CF3AD6;
}
.AnyTagClassName
{
color: #CF3AD6;
}
</style>
background-color css
<style>
a { background-color: #CF3AD6; }
a { background-color: rgb(207,58,214); }
div.DivClassName
{
background-color: #CF3AD6;
}
.BgClassName
{
background-color: #CF3AD6;
}
</style>
border-color css
<style>
span { border-color: #CF3AD6; }
span { border-color: rgb(207,58,214); }
td.TdClassName
{
border-color: #CF3AD6;
}
.TagClassName
{
border-color: #CF3AD6;
}
</style>