Shades of Fuchsia #CF39B1
Tints of Fuchsia #CF39B1
RGB
CMYK
RGB Variations
Color information
#CF39B1 (or 0xCF39B1) is known color: Fuchsia. HEX triplet: CF, 39 and B1. RGB value is (207,57,177). Sum of RGB (Red+Green+Blue) = 207+57+177=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF39B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF39B1 is #30C64E. Grayscale: #737373. Windows color (decimal): -3196495 or 11614671. OLE color: 11614671.
HSL color Cylindrical-coordinate representation of color #CF39B1: hue angle of 312º 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 #CF39B1 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 177 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.19 |
| HSL | 312º | 0.61% | 0.52% | - |
| HSV(B) | 312º | 0.72% | 0.81% | - |
| XYZ | 35.13 | 19.37 | 43.48 | - |
| YUV | 115.53 | 162.7 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 177 | 0 | 0.72 | 0.14 | 0.19 | 312 | 0.61 | 0.52 |
| Hex | CF | 39 | B1 | 0 | 48 | E | 13 | 138 | 3D | 34 |
| Octal | 317 | 71 | 261 | 0 | 110 | 16 | 23 | 470 | 75 | 64 |
| Binary | 11001111 | 111001 | 10110001 | 0 | 1001000 | 1110 | 10011 | 100111000 | 111101 | 110100 |
Color Harmonies of #CF39B1
Complementary color
Monochromatic Colors of #CF39B1
Black with #CF39B1
Text Example
Text Example
White with #CF39B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF39B1; }
p { color: rgb(207,57,177); }
H1.HeaderClassName
{
color: #CF39B1;
}
.AnyTagClassName
{
color: #CF39B1;
}
</style>
background-color css
<style>
a { background-color: #CF39B1; }
a { background-color: rgb(207,57,177); }
div.DivClassName
{
background-color: #CF39B1;
}
.BgClassName
{
background-color: #CF39B1;
}
</style>
border-color css
<style>
span { border-color: #CF39B1; }
span { border-color: rgb(207,57,177); }
td.TdClassName
{
border-color: #CF39B1;
}
.TagClassName
{
border-color: #CF39B1;
}
</style>