Shades of Fuchsia #C05FC7
Tints of Fuchsia #C05FC7
RGB
CMYK
RGB Variations
Color information
#C05FC7 (or 0xC05FC7) is known color: Fuchsia. HEX triplet: C0, 5F and C7. RGB value is (192,95,199). Sum of RGB (Red+Green+Blue) = 192+95+199=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 199 - color contains mainly: blue. Hex color #C05FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FC7 is #3FA038. Grayscale: #878787. Windows color (decimal): -4169785 or 13066176. OLE color: 13066176.
HSL color Cylindrical-coordinate representation of color #C05FC7: hue angle of 295.96º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05FC7 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 95 | 199 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.22 |
| HSL | 295.96º | 0.48% | 0.58% | - |
| HSV(B) | 295.96º | 0.52% | 0.78% | - |
| XYZ | 36.14 | 23.51 | 56.67 | - |
| YUV | 135.86 | 163.64 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 199 | 0.04 | 0.52 | 0 | 0.22 | 295.96 | 0.48 | 0.58 |
| Hex | C0 | 5F | C7 | 4 | 34 | 0 | 16 | 128 | 30 | 3A |
| Octal | 300 | 137 | 307 | 4 | 64 | 0 | 26 | 450 | 60 | 72 |
| Binary | 11000000 | 1011111 | 11000111 | 100 | 110100 | 0 | 10110 | 100101000 | 110000 | 111010 |
Color Harmonies of #C05FC7
Complementary color
Monochromatic Colors of #C05FC7
Black with #C05FC7
Text Example
Text Example
White with #C05FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FC7; }
p { color: rgb(192,95,199); }
H1.HeaderClassName
{
color: #C05FC7;
}
.AnyTagClassName
{
color: #C05FC7;
}
</style>
background-color css
<style>
a { background-color: #C05FC7; }
a { background-color: rgb(192,95,199); }
div.DivClassName
{
background-color: #C05FC7;
}
.BgClassName
{
background-color: #C05FC7;
}
</style>
border-color css
<style>
span { border-color: #C05FC7; }
span { border-color: rgb(192,95,199); }
td.TdClassName
{
border-color: #C05FC7;
}
.TagClassName
{
border-color: #C05FC7;
}
</style>