Shades of Fuchsia #C75AB2
Tints of Fuchsia #C75AB2
RGB
CMYK
RGB Variations
Color information
#C75AB2 (or 0xC75AB2) is known color: Fuchsia. HEX triplet: C7, 5A and B2. RGB value is (199,90,178). Sum of RGB (Red+Green+Blue) = 199+90+178=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C75AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75AB2 is #38A54D. Grayscale: #848484. Windows color (decimal): -3712334 or 11688647. OLE color: 11688647.
HSL color Cylindrical-coordinate representation of color #C75AB2: hue angle of 311.56º 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 #C75AB2 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 178 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.22 |
| HSL | 311.56º | 0.49% | 0.57% | - |
| HSV(B) | 311.56º | 0.55% | 0.78% | - |
| XYZ | 35.25 | 22.67 | 44.64 | - |
| YUV | 132.62 | 153.61 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 178 | 0 | 0.55 | 0.11 | 0.22 | 311.56 | 0.49 | 0.57 |
| Hex | C7 | 5A | B2 | 0 | 37 | B | 16 | 138 | 31 | 39 |
| Octal | 307 | 132 | 262 | 0 | 67 | 13 | 26 | 470 | 61 | 71 |
| Binary | 11000111 | 1011010 | 10110010 | 0 | 110111 | 1011 | 10110 | 100111000 | 110001 | 111001 |
Color Harmonies of #C75AB2
Complementary color
Monochromatic Colors of #C75AB2
Black with #C75AB2
Text Example
Text Example
White with #C75AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75AB2; }
p { color: rgb(199,90,178); }
H1.HeaderClassName
{
color: #C75AB2;
}
.AnyTagClassName
{
color: #C75AB2;
}
</style>
background-color css
<style>
a { background-color: #C75AB2; }
a { background-color: rgb(199,90,178); }
div.DivClassName
{
background-color: #C75AB2;
}
.BgClassName
{
background-color: #C75AB2;
}
</style>
border-color css
<style>
span { border-color: #C75AB2; }
span { border-color: rgb(199,90,178); }
td.TdClassName
{
border-color: #C75AB2;
}
.TagClassName
{
border-color: #C75AB2;
}
</style>