Shades of Fuchsia #CF39D0
Tints of Fuchsia #CF39D0
RGB
CMYK
RGB Variations
Color information
#CF39D0 (or 0xCF39D0) is known color: Fuchsia. HEX triplet: CF, 39 and D0. RGB value is (207,57,208). Sum of RGB (Red+Green+Blue) = 207+57+208=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF39D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF39D0 is #30C62F. Grayscale: #767676. Windows color (decimal): -3196464 or 13646287. OLE color: 13646287.
HSL color Cylindrical-coordinate representation of color #CF39D0: hue angle of 299.6º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF39D0 is Cyan = 0.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 57 | 208 | - |
| CMYK | 0.00 | 0.73 | 0 | 0.18 |
| HSL | 299.6º | 0.62% | 0.52% | - |
| HSV(B) | 299.6º | 0.73% | 0.82% | - |
| XYZ | 38.58 | 20.75 | 61.65 | - |
| YUV | 119.06 | 178.2 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 208 | 0.00 | 0.73 | 0 | 0.18 | 299.6 | 0.62 | 0.52 |
| Hex | CF | 39 | D0 | 0 | 49 | 0 | 12 | 12C | 3E | 34 |
| Octal | 317 | 71 | 320 | 0 | 111 | 0 | 22 | 454 | 76 | 64 |
| Binary | 11001111 | 111001 | 11010000 | 0 | 1001001 | 0 | 10010 | 100101100 | 111110 | 110100 |
Color Harmonies of #CF39D0
Complementary color
Monochromatic Colors of #CF39D0
Black with #CF39D0
Text Example
Text Example
White with #CF39D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF39D0; }
p { color: rgb(207,57,208); }
H1.HeaderClassName
{
color: #CF39D0;
}
.AnyTagClassName
{
color: #CF39D0;
}
</style>
background-color css
<style>
a { background-color: #CF39D0; }
a { background-color: rgb(207,57,208); }
div.DivClassName
{
background-color: #CF39D0;
}
.BgClassName
{
background-color: #CF39D0;
}
</style>
border-color css
<style>
span { border-color: #CF39D0; }
span { border-color: rgb(207,57,208); }
td.TdClassName
{
border-color: #CF39D0;
}
.TagClassName
{
border-color: #CF39D0;
}
</style>