Shades of Fuchsia #C048CA
Tints of Fuchsia #C048CA
RGB
CMYK
RGB Variations
Color information
#C048CA (or 0xC048CA) is known color: Fuchsia. HEX triplet: C0, 48 and CA. RGB value is (192,72,202). Sum of RGB (Red+Green+Blue) = 192+72+202=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #C048CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048CA is #3FB735. Grayscale: #7A7A7A. Windows color (decimal): -4175670 or 13256896. OLE color: 13256896.
HSL color Cylindrical-coordinate representation of color #C048CA: hue angle of 295.38º 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 #C048CA is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 72 | 202 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.21 |
| HSL | 295.38º | 0.55% | 0.54% | - |
| HSV(B) | 295.38º | 0.64% | 0.79% | - |
| XYZ | 34.72 | 20.11 | 57.93 | - |
| YUV | 122.7 | 172.76 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 202 | 0.05 | 0.64 | 0 | 0.21 | 295.38 | 0.55 | 0.54 |
| Hex | C0 | 48 | CA | 5 | 40 | 0 | 15 | 127 | 37 | 36 |
| Octal | 300 | 110 | 312 | 5 | 100 | 0 | 25 | 447 | 67 | 66 |
| Binary | 11000000 | 1001000 | 11001010 | 101 | 1000000 | 0 | 10101 | 100100111 | 110111 | 110110 |
Color Harmonies of #C048CA
Complementary color
Monochromatic Colors of #C048CA
Black with #C048CA
Text Example
Text Example
White with #C048CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C048CA; }
p { color: rgb(192,72,202); }
H1.HeaderClassName
{
color: #C048CA;
}
.AnyTagClassName
{
color: #C048CA;
}
</style>
background-color css
<style>
a { background-color: #C048CA; }
a { background-color: rgb(192,72,202); }
div.DivClassName
{
background-color: #C048CA;
}
.BgClassName
{
background-color: #C048CA;
}
</style>
border-color css
<style>
span { border-color: #C048CA; }
span { border-color: rgb(192,72,202); }
td.TdClassName
{
border-color: #C048CA;
}
.TagClassName
{
border-color: #C048CA;
}
</style>