Shades of Fuchsia #CF50C7
Tints of Fuchsia #CF50C7
RGB
CMYK
RGB Variations
Color information
#CF50C7 (or 0xCF50C7) is known color: Fuchsia. HEX triplet: CF, 50 and C7. RGB value is (207,80,199). Sum of RGB (Red+Green+Blue) = 207+80+199=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF50C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF50C7 is #30AF38. Grayscale: #838383. Windows color (decimal): -3190585 or 13062351. OLE color: 13062351.
HSL color Cylindrical-coordinate representation of color #CF50C7: hue angle of 303.78º 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 #CF50C7 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 199 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.19 |
| HSL | 303.78º | 0.57% | 0.56% | - |
| HSV(B) | 303.78º | 0.61% | 0.81% | - |
| XYZ | 38.91 | 23.13 | 56.45 | - |
| YUV | 131.54 | 166.08 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 199 | 0 | 0.61 | 0.04 | 0.19 | 303.78 | 0.57 | 0.56 |
| Hex | CF | 50 | C7 | 0 | 3D | 4 | 13 | 130 | 39 | 38 |
| Octal | 317 | 120 | 307 | 0 | 75 | 4 | 23 | 460 | 71 | 70 |
| Binary | 11001111 | 1010000 | 11000111 | 0 | 111101 | 100 | 10011 | 100110000 | 111001 | 111000 |
Color Harmonies of #CF50C7
Complementary color
Monochromatic Colors of #CF50C7
Black with #CF50C7
Text Example
Text Example
White with #CF50C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF50C7; }
p { color: rgb(207,80,199); }
H1.HeaderClassName
{
color: #CF50C7;
}
.AnyTagClassName
{
color: #CF50C7;
}
</style>
background-color css
<style>
a { background-color: #CF50C7; }
a { background-color: rgb(207,80,199); }
div.DivClassName
{
background-color: #CF50C7;
}
.BgClassName
{
background-color: #CF50C7;
}
</style>
border-color css
<style>
span { border-color: #CF50C7; }
span { border-color: rgb(207,80,199); }
td.TdClassName
{
border-color: #CF50C7;
}
.TagClassName
{
border-color: #CF50C7;
}
</style>