Shades of Fuchsia #CF39D6
Tints of Fuchsia #CF39D6
RGB
CMYK
RGB Variations
Color information
#CF39D6 (or 0xCF39D6) is known color: Fuchsia. HEX triplet: CF, 39 and D6. RGB value is (207,57,214). Sum of RGB (Red+Green+Blue) = 207+57+214=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 57 (22.66% from 255 or 11.92% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF39D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF39D6 is #30C629. Grayscale: #777777. Windows color (decimal): -3196458 or 14039503. OLE color: 14039503.
HSL color Cylindrical-coordinate representation of color #CF39D6: hue angle of 297.32º 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 #CF39D6 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 57 | 214 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.16 |
| HSL | 297.32º | 0.66% | 0.53% | - |
| HSV(B) | 297.32º | 0.73% | 0.84% | - |
| XYZ | 39.33 | 21.05 | 65.61 | - |
| YUV | 119.75 | 181.2 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 214 | 0.03 | 0.73 | 0 | 0.16 | 297.32 | 0.66 | 0.53 |
| Hex | CF | 39 | D6 | 3 | 49 | 0 | 10 | 129 | 42 | 35 |
| Octal | 317 | 71 | 326 | 3 | 111 | 0 | 20 | 451 | 102 | 65 |
| Binary | 11001111 | 111001 | 11010110 | 11 | 1001001 | 0 | 10000 | 100101001 | 1000010 | 110101 |
Color Harmonies of #CF39D6
Complementary color
Monochromatic Colors of #CF39D6
Black with #CF39D6
Text Example
Text Example
White with #CF39D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF39D6; }
p { color: rgb(207,57,214); }
H1.HeaderClassName
{
color: #CF39D6;
}
.AnyTagClassName
{
color: #CF39D6;
}
</style>
background-color css
<style>
a { background-color: #CF39D6; }
a { background-color: rgb(207,57,214); }
div.DivClassName
{
background-color: #CF39D6;
}
.BgClassName
{
background-color: #CF39D6;
}
</style>
border-color css
<style>
span { border-color: #CF39D6; }
span { border-color: rgb(207,57,214); }
td.TdClassName
{
border-color: #CF39D6;
}
.TagClassName
{
border-color: #CF39D6;
}
</style>