Shades of Fuchsia #C545CA
Tints of Fuchsia #C545CA
RGB
CMYK
RGB Variations
Color information
#C545CA (or 0xC545CA) is known color: Fuchsia. HEX triplet: C5, 45 and CA. RGB value is (197,69,202). Sum of RGB (Red+Green+Blue) = 197+69+202=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #C545CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545CA is #3ABA35. Grayscale: #7A7A7A. Windows color (decimal): -3848758 or 13256133. OLE color: 13256133.
HSL color Cylindrical-coordinate representation of color #C545CA: hue angle of 297.74º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C545CA is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 69 | 202 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.21 |
| HSL | 297.74º | 0.56% | 0.53% | - |
| HSV(B) | 297.74º | 0.66% | 0.79% | - |
| XYZ | 35.81 | 20.39 | 57.93 | - |
| YUV | 122.43 | 172.91 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 202 | 0.02 | 0.66 | 0 | 0.21 | 297.74 | 0.56 | 0.53 |
| Hex | C5 | 45 | CA | 2 | 42 | 0 | 15 | 12A | 38 | 35 |
| Octal | 305 | 105 | 312 | 2 | 102 | 0 | 25 | 452 | 70 | 65 |
| Binary | 11000101 | 1000101 | 11001010 | 10 | 1000010 | 0 | 10101 | 100101010 | 111000 | 110101 |
Color Harmonies of #C545CA
Complementary color
Monochromatic Colors of #C545CA
Black with #C545CA
Text Example
Text Example
White with #C545CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545CA; }
p { color: rgb(197,69,202); }
H1.HeaderClassName
{
color: #C545CA;
}
.AnyTagClassName
{
color: #C545CA;
}
</style>
background-color css
<style>
a { background-color: #C545CA; }
a { background-color: rgb(197,69,202); }
div.DivClassName
{
background-color: #C545CA;
}
.BgClassName
{
background-color: #C545CA;
}
</style>
border-color css
<style>
span { border-color: #C545CA; }
span { border-color: rgb(197,69,202); }
td.TdClassName
{
border-color: #C545CA;
}
.TagClassName
{
border-color: #C545CA;
}
</style>