Shades of Fuchsia #CF39C8
Tints of Fuchsia #CF39C8
RGB
CMYK
RGB Variations
Color information
#CF39C8 (or 0xCF39C8) is known color: Fuchsia. HEX triplet: CF, 39 and C8. RGB value is (207,57,200). Sum of RGB (Red+Green+Blue) = 207+57+200=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 57 (22.66% from 255 or 12.28% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF39C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF39C8 is #30C637. Grayscale: #757575. Windows color (decimal): -3196472 or 13121999. OLE color: 13121999.
HSL color Cylindrical-coordinate representation of color #CF39C8: hue angle of 302.8º 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 #CF39C8 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 200 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.19 |
| HSL | 302.8º | 0.61% | 0.52% | - |
| HSV(B) | 302.8º | 0.72% | 0.81% | - |
| XYZ | 37.62 | 20.36 | 56.59 | - |
| YUV | 118.15 | 174.2 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 200 | 0 | 0.72 | 0.03 | 0.19 | 302.8 | 0.61 | 0.52 |
| Hex | CF | 39 | C8 | 0 | 48 | 3 | 13 | 12F | 3D | 34 |
| Octal | 317 | 71 | 310 | 0 | 110 | 3 | 23 | 457 | 75 | 64 |
| Binary | 11001111 | 111001 | 11001000 | 0 | 1001000 | 11 | 10011 | 100101111 | 111101 | 110100 |
Color Harmonies of #CF39C8
Complementary color
Monochromatic Colors of #CF39C8
Black with #CF39C8
Text Example
Text Example
White with #CF39C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF39C8; }
p { color: rgb(207,57,200); }
H1.HeaderClassName
{
color: #CF39C8;
}
.AnyTagClassName
{
color: #CF39C8;
}
</style>
background-color css
<style>
a { background-color: #CF39C8; }
a { background-color: rgb(207,57,200); }
div.DivClassName
{
background-color: #CF39C8;
}
.BgClassName
{
background-color: #CF39C8;
}
</style>
border-color css
<style>
span { border-color: #CF39C8; }
span { border-color: rgb(207,57,200); }
td.TdClassName
{
border-color: #CF39C8;
}
.TagClassName
{
border-color: #CF39C8;
}
</style>