Shades of Fuchsia #C754CF
Tints of Fuchsia #C754CF
RGB
CMYK
RGB Variations
Color information
#C754CF (or 0xC754CF) is known color: Fuchsia. HEX triplet: C7, 54 and CF. RGB value is (199,84,207). Sum of RGB (Red+Green+Blue) = 199+84+207=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #C754CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C754CF is #38AB30. Grayscale: #848484. Windows color (decimal): -3713841 or 13587655. OLE color: 13587655.
HSL color Cylindrical-coordinate representation of color #C754CF: hue angle of 296.1º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C754CF is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 84 | 207 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.19 |
| HSL | 296.1º | 0.56% | 0.57% | - |
| HSV(B) | 296.1º | 0.59% | 0.81% | - |
| XYZ | 37.99 | 22.99 | 61.47 | - |
| YUV | 132.41 | 170.1 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 207 | 0.04 | 0.59 | 0 | 0.19 | 296.1 | 0.56 | 0.57 |
| Hex | C7 | 54 | CF | 4 | 3B | 0 | 13 | 128 | 38 | 39 |
| Octal | 307 | 124 | 317 | 4 | 73 | 0 | 23 | 450 | 70 | 71 |
| Binary | 11000111 | 1010100 | 11001111 | 100 | 111011 | 0 | 10011 | 100101000 | 111000 | 111001 |
Color Harmonies of #C754CF
Complementary color
Monochromatic Colors of #C754CF
Black with #C754CF
Text Example
Text Example
White with #C754CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C754CF; }
p { color: rgb(199,84,207); }
H1.HeaderClassName
{
color: #C754CF;
}
.AnyTagClassName
{
color: #C754CF;
}
</style>
background-color css
<style>
a { background-color: #C754CF; }
a { background-color: rgb(199,84,207); }
div.DivClassName
{
background-color: #C754CF;
}
.BgClassName
{
background-color: #C754CF;
}
</style>
border-color css
<style>
span { border-color: #C754CF; }
span { border-color: rgb(199,84,207); }
td.TdClassName
{
border-color: #C754CF;
}
.TagClassName
{
border-color: #C754CF;
}
</style>