Shades of Fuchsia #C75EC7
Tints of Fuchsia #C75EC7
RGB
CMYK
RGB Variations
Color information
#C75EC7 (or 0xC75EC7) is known color: Fuchsia. HEX triplet: C7, 5E and C7. RGB value is (199,94,199). Sum of RGB (Red+Green+Blue) = 199+94+199=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C75EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75EC7 is #38A138. Grayscale: #898989. Windows color (decimal): -3711289 or 13065927. OLE color: 13065927.
HSL color Cylindrical-coordinate representation of color #C75EC7: hue angle of 300º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75EC7 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 94 | 199 | - |
CMYK | 0 | 0.53 | 0 | 0.22 |
HSL | 300º | 0.48% | 0.57% | - |
HSV(B) | 300º | 0.53% | 0.78% | - |
XYZ | 37.86 | 24.27 | 56.72 | - |
YUV | 137.37 | 162.79 | 171.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 94 | 199 | 0 | 0.53 | 0 | 0.22 | 300 | 0.48 | 0.57 |
Hex | C7 | 5E | C7 | 0 | 35 | 0 | 16 | 12C | 30 | 39 |
Octal | 307 | 136 | 307 | 0 | 65 | 0 | 26 | 454 | 60 | 71 |
Binary | 11000111 | 1011110 | 11000111 | 0 | 110101 | 0 | 10110 | 100101100 | 110000 | 111001 |
Color Harmonies of #C75EC7
Complementary color
Monochromatic Colors of #C75EC7
Black with #C75EC7
Text Example
Text Example
White with #C75EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75EC7; }
p { color: rgb(199,94,199); }
H1.HeaderClassName
{
color: #C75EC7;
}
.AnyTagClassName
{
color: #C75EC7;
}
</style>
background-color css
<style>
a { background-color: #C75EC7; }
a { background-color: rgb(199,94,199); }
div.DivClassName
{
background-color: #C75EC7;
}
.BgClassName
{
background-color: #C75EC7;
}
</style>
border-color css
<style>
span { border-color: #C75EC7; }
span { border-color: rgb(199,94,199); }
td.TdClassName
{
border-color: #C75EC7;
}
.TagClassName
{
border-color: #C75EC7;
}
</style>