Shades of Fuchsia #C030C1
Tints of Fuchsia #C030C1
RGB
CMYK
RGB Variations
Color information
#C030C1 (or 0xC030C1) is known color: Fuchsia. HEX triplet: C0, 30 and C1. RGB value is (192,48,193). Sum of RGB (Red+Green+Blue) = 192+48+193=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #C030C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030C1 is #3FCF3E. Grayscale: #6B6B6B. Windows color (decimal): -4181823 or 12660928. OLE color: 12660928.
HSL color Cylindrical-coordinate representation of color #C030C1: hue angle of 299.59º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C030C1 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 48 | 193 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.24 |
| HSL | 299.59º | 0.6% | 0.47% | - |
| HSV(B) | 299.59º | 0.75% | 0.76% | - |
| XYZ | 32.42 | 17.17 | 52.06 | - |
| YUV | 107.59 | 176.21 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 193 | 0.01 | 0.75 | 0 | 0.24 | 299.59 | 0.6 | 0.47 |
| Hex | C0 | 30 | C1 | 1 | 4B | 0 | 18 | 12C | 3C | 2F |
| Octal | 300 | 60 | 301 | 1 | 113 | 0 | 30 | 454 | 74 | 57 |
| Binary | 11000000 | 110000 | 11000001 | 1 | 1001011 | 0 | 11000 | 100101100 | 111100 | 101111 |
Color Harmonies of #C030C1
Complementary color
Monochromatic Colors of #C030C1
Black with #C030C1
Text Example
Text Example
White with #C030C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C030C1; }
p { color: rgb(192,48,193); }
H1.HeaderClassName
{
color: #C030C1;
}
.AnyTagClassName
{
color: #C030C1;
}
</style>
background-color css
<style>
a { background-color: #C030C1; }
a { background-color: rgb(192,48,193); }
div.DivClassName
{
background-color: #C030C1;
}
.BgClassName
{
background-color: #C030C1;
}
</style>
border-color css
<style>
span { border-color: #C030C1; }
span { border-color: rgb(192,48,193); }
td.TdClassName
{
border-color: #C030C1;
}
.TagClassName
{
border-color: #C030C1;
}
</style>