Shades of Fuchsia #CF39CE
Tints of Fuchsia #CF39CE
RGB
CMYK
RGB Variations
Color information
#CF39CE (or 0xCF39CE) is known color: Fuchsia. HEX triplet: CF, 39 and CE. RGB value is (207,57,206). Sum of RGB (Red+Green+Blue) = 207+57+206=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 57 (22.66% from 255 or 12.13% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF39CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF39CE is #30C631. Grayscale: #767676. Windows color (decimal): -3196466 or 13515215. OLE color: 13515215.
HSL color Cylindrical-coordinate representation of color #CF39CE: hue angle of 300.4º 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 #CF39CE is Cyan = 0, Magento = 0.72, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 206 | - |
| CMYK | 0 | 0.72 | 0.00 | 0.19 |
| HSL | 300.4º | 0.61% | 0.52% | - |
| HSV(B) | 300.4º | 0.72% | 0.81% | - |
| XYZ | 38.34 | 20.65 | 60.36 | - |
| YUV | 118.84 | 177.2 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 206 | 0 | 0.72 | 0.00 | 0.19 | 300.4 | 0.61 | 0.52 |
| Hex | CF | 39 | CE | 0 | 48 | 0 | 13 | 12C | 3D | 34 |
| Octal | 317 | 71 | 316 | 0 | 110 | 0 | 23 | 454 | 75 | 64 |
| Binary | 11001111 | 111001 | 11001110 | 0 | 1001000 | 0 | 10011 | 100101100 | 111101 | 110100 |
Color Harmonies of #CF39CE
Complementary color
Monochromatic Colors of #CF39CE
Black with #CF39CE
Text Example
Text Example
White with #CF39CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF39CE; }
p { color: rgb(207,57,206); }
H1.HeaderClassName
{
color: #CF39CE;
}
.AnyTagClassName
{
color: #CF39CE;
}
</style>
background-color css
<style>
a { background-color: #CF39CE; }
a { background-color: rgb(207,57,206); }
div.DivClassName
{
background-color: #CF39CE;
}
.BgClassName
{
background-color: #CF39CE;
}
</style>
border-color css
<style>
span { border-color: #CF39CE; }
span { border-color: rgb(207,57,206); }
td.TdClassName
{
border-color: #CF39CE;
}
.TagClassName
{
border-color: #CF39CE;
}
</style>