Shades of Fuchsia #C75FBA
Tints of Fuchsia #C75FBA
RGB
CMYK
RGB Variations
Color information
#C75FBA (or 0xC75FBA) is known color: Fuchsia. HEX triplet: C7, 5F and BA. RGB value is (199,95,186). Sum of RGB (Red+Green+Blue) = 199+95+186=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C75FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75FBA is #38A045. Grayscale: #888888. Windows color (decimal): -3711046 or 12214215. OLE color: 12214215.
HSL color Cylindrical-coordinate representation of color #C75FBA: hue angle of 307.5º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C75FBA is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 95 | 186 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.22 |
| HSL | 307.5º | 0.48% | 0.58% | - |
| HSV(B) | 307.5º | 0.52% | 0.78% | - |
| XYZ | 36.51 | 23.87 | 49.14 | - |
| YUV | 136.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 186 | 0 | 0.52 | 0.07 | 0.22 | 307.5 | 0.48 | 0.58 |
| Hex | C7 | 5F | BA | 0 | 34 | 7 | 16 | 134 | 30 | 3A |
| Octal | 307 | 137 | 272 | 0 | 64 | 7 | 26 | 464 | 60 | 72 |
| Binary | 11000111 | 1011111 | 10111010 | 0 | 110100 | 111 | 10110 | 100110100 | 110000 | 111010 |
Color Harmonies of #C75FBA
Complementary color
Monochromatic Colors of #C75FBA
Black with #C75FBA
Text Example
Text Example
White with #C75FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75FBA; }
p { color: rgb(199,95,186); }
H1.HeaderClassName
{
color: #C75FBA;
}
.AnyTagClassName
{
color: #C75FBA;
}
</style>
background-color css
<style>
a { background-color: #C75FBA; }
a { background-color: rgb(199,95,186); }
div.DivClassName
{
background-color: #C75FBA;
}
.BgClassName
{
background-color: #C75FBA;
}
</style>
border-color css
<style>
span { border-color: #C75FBA; }
span { border-color: rgb(199,95,186); }
td.TdClassName
{
border-color: #C75FBA;
}
.TagClassName
{
border-color: #C75FBA;
}
</style>