Shades of Fuchsia #C030CD
Tints of Fuchsia #C030CD
RGB
CMYK
RGB Variations
Color information
#C030CD (or 0xC030CD) is known color: Fuchsia. HEX triplet: C0, 30 and CD. RGB value is (192,48,205). Sum of RGB (Red+Green+Blue) = 192+48+205=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #C030CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C030CD is #3FCF32. Grayscale: #6C6C6C. Windows color (decimal): -4181811 or 13447360. OLE color: 13447360.
HSL color Cylindrical-coordinate representation of color #C030CD: hue angle of 295.03º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C030CD is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 48 | 205 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.20 |
| HSL | 295.03º | 0.62% | 0.5% | - |
| HSV(B) | 295.03º | 0.77% | 0.8% | - |
| XYZ | 33.81 | 17.73 | 59.4 | - |
| YUV | 108.95 | 182.21 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 205 | 0.06 | 0.77 | 0 | 0.20 | 295.03 | 0.62 | 0.5 |
| Hex | C0 | 30 | CD | 6 | 4D | 0 | 14 | 127 | 3E | 32 |
| Octal | 300 | 60 | 315 | 6 | 115 | 0 | 24 | 447 | 76 | 62 |
| Binary | 11000000 | 110000 | 11001101 | 110 | 1001101 | 0 | 10100 | 100100111 | 111110 | 110010 |
Color Harmonies of #C030CD
Complementary color
Monochromatic Colors of #C030CD
Black with #C030CD
Text Example
Text Example
White with #C030CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C030CD; }
p { color: rgb(192,48,205); }
H1.HeaderClassName
{
color: #C030CD;
}
.AnyTagClassName
{
color: #C030CD;
}
</style>
background-color css
<style>
a { background-color: #C030CD; }
a { background-color: rgb(192,48,205); }
div.DivClassName
{
background-color: #C030CD;
}
.BgClassName
{
background-color: #C030CD;
}
</style>
border-color css
<style>
span { border-color: #C030CD; }
span { border-color: rgb(192,48,205); }
td.TdClassName
{
border-color: #C030CD;
}
.TagClassName
{
border-color: #C030CD;
}
</style>