Shades of Fuchsia #C049CA
Tints of Fuchsia #C049CA
RGB
CMYK
RGB Variations
Color information
#C049CA (or 0xC049CA) is known color: Fuchsia. HEX triplet: C0, 49 and CA. RGB value is (192,73,202). Sum of RGB (Red+Green+Blue) = 192+73+202=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #C049CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049CA is #3FB635. Grayscale: #7A7A7A. Windows color (decimal): -4175414 or 13257152. OLE color: 13257152.
HSL color Cylindrical-coordinate representation of color #C049CA: hue angle of 295.35º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C049CA is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 73 | 202 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.21 |
| HSL | 295.35º | 0.55% | 0.54% | - |
| HSV(B) | 295.35º | 0.64% | 0.79% | - |
| XYZ | 34.78 | 20.24 | 57.95 | - |
| YUV | 123.29 | 172.42 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 202 | 0.05 | 0.64 | 0 | 0.21 | 295.35 | 0.55 | 0.54 |
| Hex | C0 | 49 | CA | 5 | 40 | 0 | 15 | 127 | 37 | 36 |
| Octal | 300 | 111 | 312 | 5 | 100 | 0 | 25 | 447 | 67 | 66 |
| Binary | 11000000 | 1001001 | 11001010 | 101 | 1000000 | 0 | 10101 | 100100111 | 110111 | 110110 |
Color Harmonies of #C049CA
Complementary color
Monochromatic Colors of #C049CA
Black with #C049CA
Text Example
Text Example
White with #C049CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C049CA; }
p { color: rgb(192,73,202); }
H1.HeaderClassName
{
color: #C049CA;
}
.AnyTagClassName
{
color: #C049CA;
}
</style>
background-color css
<style>
a { background-color: #C049CA; }
a { background-color: rgb(192,73,202); }
div.DivClassName
{
background-color: #C049CA;
}
.BgClassName
{
background-color: #C049CA;
}
</style>
border-color css
<style>
span { border-color: #C049CA; }
span { border-color: rgb(192,73,202); }
td.TdClassName
{
border-color: #C049CA;
}
.TagClassName
{
border-color: #C049CA;
}
</style>