Shades of Fuchsia #C04CCA
Tints of Fuchsia #C04CCA
RGB
CMYK
RGB Variations
Color information
#C04CCA (or 0xC04CCA) is known color: Fuchsia. HEX triplet: C0, 4C and CA. RGB value is (192,76,202). Sum of RGB (Red+Green+Blue) = 192+76+202=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #C04CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CCA is #3FB335. Grayscale: #7C7C7C. Windows color (decimal): -4174646 or 13257920. OLE color: 13257920.
HSL color Cylindrical-coordinate representation of color #C04CCA: hue angle of 295.24º 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 #C04CCA is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 76 | 202 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.21 |
| HSL | 295.24º | 0.54% | 0.55% | - |
| HSV(B) | 295.24º | 0.62% | 0.79% | - |
| XYZ | 34.98 | 20.64 | 58.02 | - |
| YUV | 125.05 | 171.43 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 202 | 0.05 | 0.62 | 0 | 0.21 | 295.24 | 0.54 | 0.55 |
| Hex | C0 | 4C | CA | 5 | 3E | 0 | 15 | 127 | 36 | 37 |
| Octal | 300 | 114 | 312 | 5 | 76 | 0 | 25 | 447 | 66 | 67 |
| Binary | 11000000 | 1001100 | 11001010 | 101 | 111110 | 0 | 10101 | 100100111 | 110110 | 110111 |
Color Harmonies of #C04CCA
Complementary color
Monochromatic Colors of #C04CCA
Black with #C04CCA
Text Example
Text Example
White with #C04CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04CCA; }
p { color: rgb(192,76,202); }
H1.HeaderClassName
{
color: #C04CCA;
}
.AnyTagClassName
{
color: #C04CCA;
}
</style>
background-color css
<style>
a { background-color: #C04CCA; }
a { background-color: rgb(192,76,202); }
div.DivClassName
{
background-color: #C04CCA;
}
.BgClassName
{
background-color: #C04CCA;
}
</style>
border-color css
<style>
span { border-color: #C04CCA; }
span { border-color: rgb(192,76,202); }
td.TdClassName
{
border-color: #C04CCA;
}
.TagClassName
{
border-color: #C04CCA;
}
</style>