Shades of Fuchsia #C034CD
Tints of Fuchsia #C034CD
RGB
CMYK
RGB Variations
Color information
#C034CD (or 0xC034CD) is known color: Fuchsia. HEX triplet: C0, 34 and CD. RGB value is (192,52,205). Sum of RGB (Red+Green+Blue) = 192+52+205=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #C034CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034CD is #3FCB32. Grayscale: #6E6E6E. Windows color (decimal): -4180787 or 13448384. OLE color: 13448384.
HSL color Cylindrical-coordinate representation of color #C034CD: hue angle of 294.9º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C034CD is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 52 | 205 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.20 |
| HSL | 294.9º | 0.6% | 0.5% | - |
| HSV(B) | 294.9º | 0.75% | 0.8% | - |
| XYZ | 33.99 | 18.07 | 59.45 | - |
| YUV | 111.3 | 180.88 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 205 | 0.06 | 0.75 | 0 | 0.20 | 294.9 | 0.6 | 0.5 |
| Hex | C0 | 34 | CD | 6 | 4B | 0 | 14 | 127 | 3C | 32 |
| Octal | 300 | 64 | 315 | 6 | 113 | 0 | 24 | 447 | 74 | 62 |
| Binary | 11000000 | 110100 | 11001101 | 110 | 1001011 | 0 | 10100 | 100100111 | 111100 | 110010 |
Color Harmonies of #C034CD
Complementary color
Monochromatic Colors of #C034CD
Black with #C034CD
Text Example
Text Example
White with #C034CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034CD; }
p { color: rgb(192,52,205); }
H1.HeaderClassName
{
color: #C034CD;
}
.AnyTagClassName
{
color: #C034CD;
}
</style>
background-color css
<style>
a { background-color: #C034CD; }
a { background-color: rgb(192,52,205); }
div.DivClassName
{
background-color: #C034CD;
}
.BgClassName
{
background-color: #C034CD;
}
</style>
border-color css
<style>
span { border-color: #C034CD; }
span { border-color: rgb(192,52,205); }
td.TdClassName
{
border-color: #C034CD;
}
.TagClassName
{
border-color: #C034CD;
}
</style>