Shades of Fuchsia #C545CC
Tints of Fuchsia #C545CC
RGB
CMYK
RGB Variations
Color information
#C545CC (or 0xC545CC) is known color: Fuchsia. HEX triplet: C5, 45 and CC. RGB value is (197,69,204). Sum of RGB (Red+Green+Blue) = 197+69+204=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #C545CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545CC is #3ABA33. Grayscale: #7A7A7A. Windows color (decimal): -3848756 or 13387205. OLE color: 13387205.
HSL color Cylindrical-coordinate representation of color #C545CC: hue angle of 296.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C545CC is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 69 | 204 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.2 |
| HSL | 296.89º | 0.57% | 0.54% | - |
| HSV(B) | 296.89º | 0.66% | 0.8% | - |
| XYZ | 36.05 | 20.49 | 59.18 | - |
| YUV | 122.66 | 173.91 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 204 | 0.03 | 0.66 | 0 | 0.2 | 296.89 | 0.57 | 0.54 |
| Hex | C5 | 45 | CC | 3 | 42 | 0 | 14 | 129 | 39 | 36 |
| Octal | 305 | 105 | 314 | 3 | 102 | 0 | 24 | 451 | 71 | 66 |
| Binary | 11000101 | 1000101 | 11001100 | 11 | 1000010 | 0 | 10100 | 100101001 | 111001 | 110110 |
Color Harmonies of #C545CC
Complementary color
Monochromatic Colors of #C545CC
Black with #C545CC
Text Example
Text Example
White with #C545CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545CC; }
p { color: rgb(197,69,204); }
H1.HeaderClassName
{
color: #C545CC;
}
.AnyTagClassName
{
color: #C545CC;
}
</style>
background-color css
<style>
a { background-color: #C545CC; }
a { background-color: rgb(197,69,204); }
div.DivClassName
{
background-color: #C545CC;
}
.BgClassName
{
background-color: #C545CC;
}
</style>
border-color css
<style>
span { border-color: #C545CC; }
span { border-color: rgb(197,69,204); }
td.TdClassName
{
border-color: #C545CC;
}
.TagClassName
{
border-color: #C545CC;
}
</style>