Shades of Fuchsia #C75AB1
Tints of Fuchsia #C75AB1
RGB
CMYK
RGB Variations
Color information
#C75AB1 (or 0xC75AB1) is known color: Fuchsia. HEX triplet: C7, 5A and B1. RGB value is (199,90,177). Sum of RGB (Red+Green+Blue) = 199+90+177=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C75AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75AB1 is #38A54E. Grayscale: #848484. Windows color (decimal): -3712335 or 11623111. OLE color: 11623111.
HSL color Cylindrical-coordinate representation of color #C75AB1: hue angle of 312.11º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75AB1 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 177 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.22 |
| HSL | 312.11º | 0.49% | 0.57% | - |
| HSV(B) | 312.11º | 0.55% | 0.78% | - |
| XYZ | 35.15 | 22.63 | 44.11 | - |
| YUV | 132.51 | 153.11 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 177 | 0 | 0.55 | 0.11 | 0.22 | 312.11 | 0.49 | 0.57 |
| Hex | C7 | 5A | B1 | 0 | 37 | B | 16 | 138 | 31 | 39 |
| Octal | 307 | 132 | 261 | 0 | 67 | 13 | 26 | 470 | 61 | 71 |
| Binary | 11000111 | 1011010 | 10110001 | 0 | 110111 | 1011 | 10110 | 100111000 | 110001 | 111001 |
Color Harmonies of #C75AB1
Complementary color
Monochromatic Colors of #C75AB1
Black with #C75AB1
Text Example
Text Example
White with #C75AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75AB1; }
p { color: rgb(199,90,177); }
H1.HeaderClassName
{
color: #C75AB1;
}
.AnyTagClassName
{
color: #C75AB1;
}
</style>
background-color css
<style>
a { background-color: #C75AB1; }
a { background-color: rgb(199,90,177); }
div.DivClassName
{
background-color: #C75AB1;
}
.BgClassName
{
background-color: #C75AB1;
}
</style>
border-color css
<style>
span { border-color: #C75AB1; }
span { border-color: rgb(199,90,177); }
td.TdClassName
{
border-color: #C75AB1;
}
.TagClassName
{
border-color: #C75AB1;
}
</style>