Shades of Fuchsia #C75BBC
Tints of Fuchsia #C75BBC
RGB
CMYK
RGB Variations
Color information
#C75BBC (or 0xC75BBC) is known color: Fuchsia. HEX triplet: C7, 5B and BC. RGB value is (199,91,188). Sum of RGB (Red+Green+Blue) = 199+91+188=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C75BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75BBC is #38A443. Grayscale: #868686. Windows color (decimal): -3712068 or 12344263. OLE color: 12344263.
HSL color Cylindrical-coordinate representation of color #C75BBC: hue angle of 306.11º 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 #C75BBC is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 91 | 188 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.22 |
| HSL | 306.11º | 0.49% | 0.57% | - |
| HSV(B) | 306.11º | 0.54% | 0.78% | - |
| XYZ | 36.37 | 23.26 | 50.15 | - |
| YUV | 134.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 91 | 188 | 0 | 0.54 | 0.06 | 0.22 | 306.11 | 0.49 | 0.57 |
| Hex | C7 | 5B | BC | 0 | 36 | 6 | 16 | 132 | 31 | 39 |
| Octal | 307 | 133 | 274 | 0 | 66 | 6 | 26 | 462 | 61 | 71 |
| Binary | 11000111 | 1011011 | 10111100 | 0 | 110110 | 110 | 10110 | 100110010 | 110001 | 111001 |
Color Harmonies of #C75BBC
Complementary color
Monochromatic Colors of #C75BBC
Black with #C75BBC
Text Example
Text Example
White with #C75BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75BBC; }
p { color: rgb(199,91,188); }
H1.HeaderClassName
{
color: #C75BBC;
}
.AnyTagClassName
{
color: #C75BBC;
}
</style>
background-color css
<style>
a { background-color: #C75BBC; }
a { background-color: rgb(199,91,188); }
div.DivClassName
{
background-color: #C75BBC;
}
.BgClassName
{
background-color: #C75BBC;
}
</style>
border-color css
<style>
span { border-color: #C75BBC; }
span { border-color: rgb(199,91,188); }
td.TdClassName
{
border-color: #C75BBC;
}
.TagClassName
{
border-color: #C75BBC;
}
</style>