Shades of Fuchsia #C75CB1
Tints of Fuchsia #C75CB1
RGB
CMYK
RGB Variations
Color information
#C75CB1 (or 0xC75CB1) is known color: Fuchsia. HEX triplet: C7, 5C and B1. RGB value is (199,92,177). Sum of RGB (Red+Green+Blue) = 199+92+177=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C75CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75CB1 is #38A34E. Grayscale: #858585. Windows color (decimal): -3711823 or 11623623. OLE color: 11623623.
HSL color Cylindrical-coordinate representation of color #C75CB1: hue angle of 312.34º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C75CB1 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 177 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.22 |
| HSL | 312.34º | 0.49% | 0.57% | - |
| HSV(B) | 312.34º | 0.54% | 0.78% | - |
| XYZ | 35.32 | 22.97 | 44.17 | - |
| YUV | 133.68 | 152.45 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 177 | 0 | 0.54 | 0.11 | 0.22 | 312.34 | 0.49 | 0.57 |
| Hex | C7 | 5C | B1 | 0 | 36 | B | 16 | 138 | 31 | 39 |
| Octal | 307 | 134 | 261 | 0 | 66 | 13 | 26 | 470 | 61 | 71 |
| Binary | 11000111 | 1011100 | 10110001 | 0 | 110110 | 1011 | 10110 | 100111000 | 110001 | 111001 |
Color Harmonies of #C75CB1
Complementary color
Monochromatic Colors of #C75CB1
Black with #C75CB1
Text Example
Text Example
White with #C75CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75CB1; }
p { color: rgb(199,92,177); }
H1.HeaderClassName
{
color: #C75CB1;
}
.AnyTagClassName
{
color: #C75CB1;
}
</style>
background-color css
<style>
a { background-color: #C75CB1; }
a { background-color: rgb(199,92,177); }
div.DivClassName
{
background-color: #C75CB1;
}
.BgClassName
{
background-color: #C75CB1;
}
</style>
border-color css
<style>
span { border-color: #C75CB1; }
span { border-color: rgb(199,92,177); }
td.TdClassName
{
border-color: #C75CB1;
}
.TagClassName
{
border-color: #C75CB1;
}
</style>