Shades of Fuchsia #CF39BE
Tints of Fuchsia #CF39BE
RGB
CMYK
RGB Variations
Color information
#CF39BE (or 0xCF39BE) is known color: Fuchsia. HEX triplet: CF, 39 and BE. RGB value is (207,57,190). Sum of RGB (Red+Green+Blue) = 207+57+190=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 57 (22.66% from 255 or 12.56% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF39BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF39BE is #30C641. Grayscale: #747474. Windows color (decimal): -3196482 or 12466639. OLE color: 12466639.
HSL color Cylindrical-coordinate representation of color #CF39BE: hue angle of 306.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 #CF39BE is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 190 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.19 |
| HSL | 306.8º | 0.61% | 0.52% | - |
| HSV(B) | 306.8º | 0.72% | 0.81% | - |
| XYZ | 36.49 | 19.91 | 50.63 | - |
| YUV | 117.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 190 | 0 | 0.72 | 0.08 | 0.19 | 306.8 | 0.61 | 0.52 |
| Hex | CF | 39 | BE | 0 | 48 | 8 | 13 | 133 | 3D | 34 |
| Octal | 317 | 71 | 276 | 0 | 110 | 10 | 23 | 463 | 75 | 64 |
| Binary | 11001111 | 111001 | 10111110 | 0 | 1001000 | 1000 | 10011 | 100110011 | 111101 | 110100 |
Color Harmonies of #CF39BE
Complementary color
Monochromatic Colors of #CF39BE
Black with #CF39BE
Text Example
Text Example
White with #CF39BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF39BE; }
p { color: rgb(207,57,190); }
H1.HeaderClassName
{
color: #CF39BE;
}
.AnyTagClassName
{
color: #CF39BE;
}
</style>
background-color css
<style>
a { background-color: #CF39BE; }
a { background-color: rgb(207,57,190); }
div.DivClassName
{
background-color: #CF39BE;
}
.BgClassName
{
background-color: #CF39BE;
}
</style>
border-color css
<style>
span { border-color: #CF39BE; }
span { border-color: rgb(207,57,190); }
td.TdClassName
{
border-color: #CF39BE;
}
.TagClassName
{
border-color: #CF39BE;
}
</style>