Shades of Fuchsia #C75AB8
Tints of Fuchsia #C75AB8
RGB
CMYK
RGB Variations
Color information
#C75AB8 (or 0xC75AB8) is known color: Fuchsia. HEX triplet: C7, 5A and B8. RGB value is (199,90,184). Sum of RGB (Red+Green+Blue) = 199+90+184=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C75AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75AB8 is #38A547. Grayscale: #858585. Windows color (decimal): -3712328 or 12081863. OLE color: 12081863.
HSL color Cylindrical-coordinate representation of color #C75AB8: hue angle of 308.26º 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 #C75AB8 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 184 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.22 |
| HSL | 308.26º | 0.49% | 0.57% | - |
| HSV(B) | 308.26º | 0.55% | 0.78% | - |
| XYZ | 35.86 | 22.92 | 47.88 | - |
| YUV | 133.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 184 | 0 | 0.55 | 0.08 | 0.22 | 308.26 | 0.49 | 0.57 |
| Hex | C7 | 5A | B8 | 0 | 37 | 8 | 16 | 134 | 31 | 39 |
| Octal | 307 | 132 | 270 | 0 | 67 | 10 | 26 | 464 | 61 | 71 |
| Binary | 11000111 | 1011010 | 10111000 | 0 | 110111 | 1000 | 10110 | 100110100 | 110001 | 111001 |
Color Harmonies of #C75AB8
Complementary color
Monochromatic Colors of #C75AB8
Black with #C75AB8
Text Example
Text Example
White with #C75AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75AB8; }
p { color: rgb(199,90,184); }
H1.HeaderClassName
{
color: #C75AB8;
}
.AnyTagClassName
{
color: #C75AB8;
}
</style>
background-color css
<style>
a { background-color: #C75AB8; }
a { background-color: rgb(199,90,184); }
div.DivClassName
{
background-color: #C75AB8;
}
.BgClassName
{
background-color: #C75AB8;
}
</style>
border-color css
<style>
span { border-color: #C75AB8; }
span { border-color: rgb(199,90,184); }
td.TdClassName
{
border-color: #C75AB8;
}
.TagClassName
{
border-color: #C75AB8;
}
</style>