Shades of Fuchsia #CF50CE
Tints of Fuchsia #CF50CE
RGB
CMYK
RGB Variations
Color information
#CF50CE (or 0xCF50CE) is known color: Fuchsia. HEX triplet: CF, 50 and CE. RGB value is (207,80,206). Sum of RGB (Red+Green+Blue) = 207+80+206=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF50CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF50CE is #30AF31. Grayscale: #838383. Windows color (decimal): -3190578 or 13521103. OLE color: 13521103.
HSL color Cylindrical-coordinate representation of color #CF50CE: hue angle of 300.47º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF50CE is Cyan = 0, Magento = 0.61, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 206 | - |
| CMYK | 0 | 0.61 | 0.00 | 0.19 |
| HSL | 300.47º | 0.57% | 0.56% | - |
| HSV(B) | 300.47º | 0.61% | 0.81% | - |
| XYZ | 39.74 | 23.46 | 60.83 | - |
| YUV | 132.34 | 169.58 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 206 | 0 | 0.61 | 0.00 | 0.19 | 300.47 | 0.57 | 0.56 |
| Hex | CF | 50 | CE | 0 | 3D | 0 | 13 | 12C | 39 | 38 |
| Octal | 317 | 120 | 316 | 0 | 75 | 0 | 23 | 454 | 71 | 70 |
| Binary | 11001111 | 1010000 | 11001110 | 0 | 111101 | 0 | 10011 | 100101100 | 111001 | 111000 |
Color Harmonies of #CF50CE
Complementary color
Monochromatic Colors of #CF50CE
Black with #CF50CE
Text Example
Text Example
White with #CF50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF50CE; }
p { color: rgb(207,80,206); }
H1.HeaderClassName
{
color: #CF50CE;
}
.AnyTagClassName
{
color: #CF50CE;
}
</style>
background-color css
<style>
a { background-color: #CF50CE; }
a { background-color: rgb(207,80,206); }
div.DivClassName
{
background-color: #CF50CE;
}
.BgClassName
{
background-color: #CF50CE;
}
</style>
border-color css
<style>
span { border-color: #CF50CE; }
span { border-color: rgb(207,80,206); }
td.TdClassName
{
border-color: #CF50CE;
}
.TagClassName
{
border-color: #CF50CE;
}
</style>