Shades of Fuchsia #C546CA
Tints of Fuchsia #C546CA
RGB
CMYK
RGB Variations
Color information
#C546CA (or 0xC546CA) is known color: Fuchsia. HEX triplet: C5, 46 and CA. RGB value is (197,70,202). Sum of RGB (Red+Green+Blue) = 197+70+202=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #C546CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C546CA is #3AB935. Grayscale: #7A7A7A. Windows color (decimal): -3848502 or 13256389. OLE color: 13256389.
HSL color Cylindrical-coordinate representation of color #C546CA: hue angle of 297.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C546CA is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 70 | 202 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.21 |
| HSL | 297.73º | 0.55% | 0.53% | - |
| HSV(B) | 297.73º | 0.65% | 0.79% | - |
| XYZ | 35.88 | 20.51 | 57.95 | - |
| YUV | 123.02 | 172.58 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 202 | 0.02 | 0.65 | 0 | 0.21 | 297.73 | 0.55 | 0.53 |
| Hex | C5 | 46 | CA | 2 | 41 | 0 | 15 | 12A | 37 | 35 |
| Octal | 305 | 106 | 312 | 2 | 101 | 0 | 25 | 452 | 67 | 65 |
| Binary | 11000101 | 1000110 | 11001010 | 10 | 1000001 | 0 | 10101 | 100101010 | 110111 | 110101 |
Color Harmonies of #C546CA
Complementary color
Monochromatic Colors of #C546CA
Black with #C546CA
Text Example
Text Example
White with #C546CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C546CA; }
p { color: rgb(197,70,202); }
H1.HeaderClassName
{
color: #C546CA;
}
.AnyTagClassName
{
color: #C546CA;
}
</style>
background-color css
<style>
a { background-color: #C546CA; }
a { background-color: rgb(197,70,202); }
div.DivClassName
{
background-color: #C546CA;
}
.BgClassName
{
background-color: #C546CA;
}
</style>
border-color css
<style>
span { border-color: #C546CA; }
span { border-color: rgb(197,70,202); }
td.TdClassName
{
border-color: #C546CA;
}
.TagClassName
{
border-color: #C546CA;
}
</style>