Shades of Fuchsia #C75FCB
Tints of Fuchsia #C75FCB
RGB
CMYK
RGB Variations
Color information
#C75FCB (or 0xC75FCB) is known color: Fuchsia. HEX triplet: C7, 5F and CB. RGB value is (199,95,203). Sum of RGB (Red+Green+Blue) = 199+95+203=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #C75FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75FCB is #38A034. Grayscale: #8A8A8A. Windows color (decimal): -3711029 or 13328327. OLE color: 13328327.
HSL color Cylindrical-coordinate representation of color #C75FCB: hue angle of 297.78º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75FCB is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 95 | 203 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.20 |
| HSL | 297.78º | 0.51% | 0.58% | - |
| HSV(B) | 297.78º | 0.53% | 0.8% | - |
| XYZ | 38.42 | 24.64 | 59.23 | - |
| YUV | 138.41 | 164.46 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 203 | 0.02 | 0.53 | 0 | 0.20 | 297.78 | 0.51 | 0.58 |
| Hex | C7 | 5F | CB | 2 | 35 | 0 | 14 | 12A | 33 | 3A |
| Octal | 307 | 137 | 313 | 2 | 65 | 0 | 24 | 452 | 63 | 72 |
| Binary | 11000111 | 1011111 | 11001011 | 10 | 110101 | 0 | 10100 | 100101010 | 110011 | 111010 |
Color Harmonies of #C75FCB
Complementary color
Monochromatic Colors of #C75FCB
Black with #C75FCB
Text Example
Text Example
White with #C75FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75FCB; }
p { color: rgb(199,95,203); }
H1.HeaderClassName
{
color: #C75FCB;
}
.AnyTagClassName
{
color: #C75FCB;
}
</style>
background-color css
<style>
a { background-color: #C75FCB; }
a { background-color: rgb(199,95,203); }
div.DivClassName
{
background-color: #C75FCB;
}
.BgClassName
{
background-color: #C75FCB;
}
</style>
border-color css
<style>
span { border-color: #C75FCB; }
span { border-color: rgb(199,95,203); }
td.TdClassName
{
border-color: #C75FCB;
}
.TagClassName
{
border-color: #C75FCB;
}
</style>