Shades of Fuchsia #CF39D3
Tints of Fuchsia #CF39D3
RGB
CMYK
RGB Variations
Color information
#CF39D3 (or 0xCF39D3) is known color: Fuchsia. HEX triplet: CF, 39 and D3. RGB value is (207,57,211). Sum of RGB (Red+Green+Blue) = 207+57+211=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 57 (22.66% from 255 or 12% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF39D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF39D3 is #30C62C. Grayscale: #767676. Windows color (decimal): -3196461 or 13842895. OLE color: 13842895.
HSL color Cylindrical-coordinate representation of color #CF39D3: hue angle of 298.44º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF39D3 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 57 | 211 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.17 |
| HSL | 298.44º | 0.64% | 0.53% | - |
| HSV(B) | 298.44º | 0.73% | 0.83% | - |
| XYZ | 38.95 | 20.89 | 63.61 | - |
| YUV | 119.41 | 179.7 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 211 | 0.02 | 0.73 | 0 | 0.17 | 298.44 | 0.64 | 0.53 |
| Hex | CF | 39 | D3 | 2 | 49 | 0 | 11 | 12A | 40 | 35 |
| Octal | 317 | 71 | 323 | 2 | 111 | 0 | 21 | 452 | 100 | 65 |
| Binary | 11001111 | 111001 | 11010011 | 10 | 1001001 | 0 | 10001 | 100101010 | 1000000 | 110101 |
Color Harmonies of #CF39D3
Complementary color
Monochromatic Colors of #CF39D3
Black with #CF39D3
Text Example
Text Example
White with #CF39D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF39D3; }
p { color: rgb(207,57,211); }
H1.HeaderClassName
{
color: #CF39D3;
}
.AnyTagClassName
{
color: #CF39D3;
}
</style>
background-color css
<style>
a { background-color: #CF39D3; }
a { background-color: rgb(207,57,211); }
div.DivClassName
{
background-color: #CF39D3;
}
.BgClassName
{
background-color: #CF39D3;
}
</style>
border-color css
<style>
span { border-color: #CF39D3; }
span { border-color: rgb(207,57,211); }
td.TdClassName
{
border-color: #CF39D3;
}
.TagClassName
{
border-color: #CF39D3;
}
</style>