Shades of Fuchsia #C75CBB
Tints of Fuchsia #C75CBB
RGB
CMYK
RGB Variations
Color information
#C75CBB (or 0xC75CBB) is known color: Fuchsia. HEX triplet: C7, 5C and BB. RGB value is (199,92,187). Sum of RGB (Red+Green+Blue) = 199+92+187=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C75CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75CBB is #38A344. Grayscale: #868686. Windows color (decimal): -3711813 or 12278983. OLE color: 12278983.
HSL color Cylindrical-coordinate representation of color #C75CBB: hue angle of 306.73º 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 #C75CBB is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 187 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.22 |
| HSL | 306.73º | 0.49% | 0.57% | - |
| HSV(B) | 306.73º | 0.54% | 0.78% | - |
| XYZ | 36.35 | 23.38 | 49.61 | - |
| YUV | 134.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 187 | 0 | 0.54 | 0.06 | 0.22 | 306.73 | 0.49 | 0.57 |
| Hex | C7 | 5C | BB | 0 | 36 | 6 | 16 | 133 | 31 | 39 |
| Octal | 307 | 134 | 273 | 0 | 66 | 6 | 26 | 463 | 61 | 71 |
| Binary | 11000111 | 1011100 | 10111011 | 0 | 110110 | 110 | 10110 | 100110011 | 110001 | 111001 |
Color Harmonies of #C75CBB
Complementary color
Monochromatic Colors of #C75CBB
Black with #C75CBB
Text Example
Text Example
White with #C75CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75CBB; }
p { color: rgb(199,92,187); }
H1.HeaderClassName
{
color: #C75CBB;
}
.AnyTagClassName
{
color: #C75CBB;
}
</style>
background-color css
<style>
a { background-color: #C75CBB; }
a { background-color: rgb(199,92,187); }
div.DivClassName
{
background-color: #C75CBB;
}
.BgClassName
{
background-color: #C75CBB;
}
</style>
border-color css
<style>
span { border-color: #C75CBB; }
span { border-color: rgb(199,92,187); }
td.TdClassName
{
border-color: #C75CBB;
}
.TagClassName
{
border-color: #C75CBB;
}
</style>