Shades of Fuchsia #C75BCD
Tints of Fuchsia #C75BCD
RGB
CMYK
RGB Variations
Color information
#C75BCD (or 0xC75BCD) is known color: Fuchsia. HEX triplet: C7, 5B and CD. RGB value is (199,91,205). Sum of RGB (Red+Green+Blue) = 199+91+205=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #C75BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75BCD is #38A432. Grayscale: #878787. Windows color (decimal): -3712051 or 13458375. OLE color: 13458375.
HSL color Cylindrical-coordinate representation of color #C75BCD: hue angle of 296.84º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C75BCD is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 91 | 205 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.20 |
| HSL | 296.84º | 0.53% | 0.58% | - |
| HSV(B) | 296.84º | 0.56% | 0.8% | - |
| XYZ | 38.31 | 24.03 | 60.38 | - |
| YUV | 136.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 91 | 205 | 0.03 | 0.56 | 0 | 0.20 | 296.84 | 0.53 | 0.58 |
| Hex | C7 | 5B | CD | 3 | 38 | 0 | 14 | 129 | 35 | 3A |
| Octal | 307 | 133 | 315 | 3 | 70 | 0 | 24 | 451 | 65 | 72 |
| Binary | 11000111 | 1011011 | 11001101 | 11 | 111000 | 0 | 10100 | 100101001 | 110101 | 111010 |
Color Harmonies of #C75BCD
Complementary color
Monochromatic Colors of #C75BCD
Black with #C75BCD
Text Example
Text Example
White with #C75BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75BCD; }
p { color: rgb(199,91,205); }
H1.HeaderClassName
{
color: #C75BCD;
}
.AnyTagClassName
{
color: #C75BCD;
}
</style>
background-color css
<style>
a { background-color: #C75BCD; }
a { background-color: rgb(199,91,205); }
div.DivClassName
{
background-color: #C75BCD;
}
.BgClassName
{
background-color: #C75BCD;
}
</style>
border-color css
<style>
span { border-color: #C75BCD; }
span { border-color: rgb(199,91,205); }
td.TdClassName
{
border-color: #C75BCD;
}
.TagClassName
{
border-color: #C75BCD;
}
</style>