Shades of Fuchsia #C04DCA
Tints of Fuchsia #C04DCA
RGB
CMYK
RGB Variations
Color information
#C04DCA (or 0xC04DCA) is known color: Fuchsia. HEX triplet: C0, 4D and CA. RGB value is (192,77,202). Sum of RGB (Red+Green+Blue) = 192+77+202=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #C04DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DCA is #3FB235. Grayscale: #7D7D7D. Windows color (decimal): -4174390 or 13258176. OLE color: 13258176.
HSL color Cylindrical-coordinate representation of color #C04DCA: hue angle of 295.2º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04DCA is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 77 | 202 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.21 |
| HSL | 295.2º | 0.54% | 0.55% | - |
| HSV(B) | 295.2º | 0.62% | 0.79% | - |
| XYZ | 35.05 | 20.78 | 58.04 | - |
| YUV | 125.64 | 171.1 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 202 | 0.05 | 0.62 | 0 | 0.21 | 295.2 | 0.54 | 0.55 |
| Hex | C0 | 4D | CA | 5 | 3E | 0 | 15 | 127 | 36 | 37 |
| Octal | 300 | 115 | 312 | 5 | 76 | 0 | 25 | 447 | 66 | 67 |
| Binary | 11000000 | 1001101 | 11001010 | 101 | 111110 | 0 | 10101 | 100100111 | 110110 | 110111 |
Color Harmonies of #C04DCA
Complementary color
Monochromatic Colors of #C04DCA
Black with #C04DCA
Text Example
Text Example
White with #C04DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04DCA; }
p { color: rgb(192,77,202); }
H1.HeaderClassName
{
color: #C04DCA;
}
.AnyTagClassName
{
color: #C04DCA;
}
</style>
background-color css
<style>
a { background-color: #C04DCA; }
a { background-color: rgb(192,77,202); }
div.DivClassName
{
background-color: #C04DCA;
}
.BgClassName
{
background-color: #C04DCA;
}
</style>
border-color css
<style>
span { border-color: #C04DCA; }
span { border-color: rgb(192,77,202); }
td.TdClassName
{
border-color: #C04DCA;
}
.TagClassName
{
border-color: #C04DCA;
}
</style>