Shades of Fuchsia #C75CB0
Tints of Fuchsia #C75CB0
RGB
CMYK
RGB Variations
Color information
#C75CB0 (or 0xC75CB0) is known color: Fuchsia. HEX triplet: C7, 5C and B0. RGB value is (199,92,176). Sum of RGB (Red+Green+Blue) = 199+92+176=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C75CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75CB0 is #38A34F. Grayscale: #858585. Windows color (decimal): -3711824 or 11558087. OLE color: 11558087.
HSL color Cylindrical-coordinate representation of color #C75CB0: hue angle of 312.9º 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 #C75CB0 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 176 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.22 |
| HSL | 312.9º | 0.49% | 0.57% | - |
| HSV(B) | 312.9º | 0.54% | 0.78% | - |
| XYZ | 35.22 | 22.93 | 43.64 | - |
| YUV | 133.57 | 151.95 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 176 | 0 | 0.54 | 0.12 | 0.22 | 312.9 | 0.49 | 0.57 |
| Hex | C7 | 5C | B0 | 0 | 36 | C | 16 | 139 | 31 | 39 |
| Octal | 307 | 134 | 260 | 0 | 66 | 14 | 26 | 471 | 61 | 71 |
| Binary | 11000111 | 1011100 | 10110000 | 0 | 110110 | 1100 | 10110 | 100111001 | 110001 | 111001 |
Color Harmonies of #C75CB0
Complementary color
Monochromatic Colors of #C75CB0
Black with #C75CB0
Text Example
Text Example
White with #C75CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75CB0; }
p { color: rgb(199,92,176); }
H1.HeaderClassName
{
color: #C75CB0;
}
.AnyTagClassName
{
color: #C75CB0;
}
</style>
background-color css
<style>
a { background-color: #C75CB0; }
a { background-color: rgb(199,92,176); }
div.DivClassName
{
background-color: #C75CB0;
}
.BgClassName
{
background-color: #C75CB0;
}
</style>
border-color css
<style>
span { border-color: #C75CB0; }
span { border-color: rgb(199,92,176); }
td.TdClassName
{
border-color: #C75CB0;
}
.TagClassName
{
border-color: #C75CB0;
}
</style>