Shades of Fuchsia #C043CA
Tints of Fuchsia #C043CA
RGB
CMYK
RGB Variations
Color information
#C043CA (or 0xC043CA) is known color: Fuchsia. HEX triplet: C0, 43 and CA. RGB value is (192,67,202). Sum of RGB (Red+Green+Blue) = 192+67+202=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 67 (26.56% from 255 or 14.53% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #C043CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C043CA is #3FBC35. Grayscale: #777777. Windows color (decimal): -4176950 or 13255616. OLE color: 13255616.
HSL color Cylindrical-coordinate representation of color #C043CA: hue angle of 295.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C043CA is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 67 | 202 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.21 |
| HSL | 295.56º | 0.56% | 0.53% | - |
| HSV(B) | 295.56º | 0.67% | 0.79% | - |
| XYZ | 34.41 | 19.49 | 57.82 | - |
| YUV | 119.77 | 174.41 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 202 | 0.05 | 0.67 | 0 | 0.21 | 295.56 | 0.56 | 0.53 |
| Hex | C0 | 43 | CA | 5 | 43 | 0 | 15 | 128 | 38 | 35 |
| Octal | 300 | 103 | 312 | 5 | 103 | 0 | 25 | 450 | 70 | 65 |
| Binary | 11000000 | 1000011 | 11001010 | 101 | 1000011 | 0 | 10101 | 100101000 | 111000 | 110101 |
Color Harmonies of #C043CA
Complementary color
Monochromatic Colors of #C043CA
Black with #C043CA
Text Example
Text Example
White with #C043CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C043CA; }
p { color: rgb(192,67,202); }
H1.HeaderClassName
{
color: #C043CA;
}
.AnyTagClassName
{
color: #C043CA;
}
</style>
background-color css
<style>
a { background-color: #C043CA; }
a { background-color: rgb(192,67,202); }
div.DivClassName
{
background-color: #C043CA;
}
.BgClassName
{
background-color: #C043CA;
}
</style>
border-color css
<style>
span { border-color: #C043CA; }
span { border-color: rgb(192,67,202); }
td.TdClassName
{
border-color: #C043CA;
}
.TagClassName
{
border-color: #C043CA;
}
</style>