Shades of Fuchsia #C75CC1
Tints of Fuchsia #C75CC1
RGB
CMYK
RGB Variations
Color information
#C75CC1 (or 0xC75CC1) is known color: Fuchsia. HEX triplet: C7, 5C and C1. RGB value is (199,92,193). Sum of RGB (Red+Green+Blue) = 199+92+193=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C75CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75CC1 is #38A33E. Grayscale: #878787. Windows color (decimal): -3711807 or 12672199. OLE color: 12672199.
HSL color Cylindrical-coordinate representation of color #C75CC1: hue angle of 303.36º 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 #C75CC1 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 193 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.22 |
| HSL | 303.36º | 0.49% | 0.57% | - |
| HSV(B) | 303.36º | 0.54% | 0.78% | - |
| XYZ | 37.01 | 23.65 | 53.07 | - |
| YUV | 135.51 | 160.45 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 193 | 0 | 0.54 | 0.03 | 0.22 | 303.36 | 0.49 | 0.57 |
| Hex | C7 | 5C | C1 | 0 | 36 | 3 | 16 | 12F | 31 | 39 |
| Octal | 307 | 134 | 301 | 0 | 66 | 3 | 26 | 457 | 61 | 71 |
| Binary | 11000111 | 1011100 | 11000001 | 0 | 110110 | 11 | 10110 | 100101111 | 110001 | 111001 |
Color Harmonies of #C75CC1
Complementary color
Monochromatic Colors of #C75CC1
Black with #C75CC1
Text Example
Text Example
White with #C75CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75CC1; }
p { color: rgb(199,92,193); }
H1.HeaderClassName
{
color: #C75CC1;
}
.AnyTagClassName
{
color: #C75CC1;
}
</style>
background-color css
<style>
a { background-color: #C75CC1; }
a { background-color: rgb(199,92,193); }
div.DivClassName
{
background-color: #C75CC1;
}
.BgClassName
{
background-color: #C75CC1;
}
</style>
border-color css
<style>
span { border-color: #C75CC1; }
span { border-color: rgb(199,92,193); }
td.TdClassName
{
border-color: #C75CC1;
}
.TagClassName
{
border-color: #C75CC1;
}
</style>