Shades of Fuchsia #C545CF
Tints of Fuchsia #C545CF
RGB
CMYK
RGB Variations
Color information
#C545CF (or 0xC545CF) is known color: Fuchsia. HEX triplet: C5, 45 and CF. RGB value is (197,69,207). Sum of RGB (Red+Green+Blue) = 197+69+207=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #C545CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545CF is #3ABA30. Grayscale: #7A7A7A. Windows color (decimal): -3848753 or 13583813. OLE color: 13583813.
HSL color Cylindrical-coordinate representation of color #C545CF: hue angle of 295.65º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C545CF is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 69 | 207 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.19 |
| HSL | 295.65º | 0.59% | 0.54% | - |
| HSV(B) | 295.65º | 0.67% | 0.81% | - |
| XYZ | 36.42 | 20.63 | 61.09 | - |
| YUV | 123 | 175.41 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 207 | 0.05 | 0.67 | 0 | 0.19 | 295.65 | 0.59 | 0.54 |
| Hex | C5 | 45 | CF | 5 | 43 | 0 | 13 | 128 | 3B | 36 |
| Octal | 305 | 105 | 317 | 5 | 103 | 0 | 23 | 450 | 73 | 66 |
| Binary | 11000101 | 1000101 | 11001111 | 101 | 1000011 | 0 | 10011 | 100101000 | 111011 | 110110 |
Color Harmonies of #C545CF
Complementary color
Monochromatic Colors of #C545CF
Black with #C545CF
Text Example
Text Example
White with #C545CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545CF; }
p { color: rgb(197,69,207); }
H1.HeaderClassName
{
color: #C545CF;
}
.AnyTagClassName
{
color: #C545CF;
}
</style>
background-color css
<style>
a { background-color: #C545CF; }
a { background-color: rgb(197,69,207); }
div.DivClassName
{
background-color: #C545CF;
}
.BgClassName
{
background-color: #C545CF;
}
</style>
border-color css
<style>
span { border-color: #C545CF; }
span { border-color: rgb(197,69,207); }
td.TdClassName
{
border-color: #C545CF;
}
.TagClassName
{
border-color: #C545CF;
}
</style>