Shades of Fuchsia #C541CC
Tints of Fuchsia #C541CC
RGB
CMYK
RGB Variations
Color information
#C541CC (or 0xC541CC) is known color: Fuchsia. HEX triplet: C5, 41 and CC. RGB value is (197,65,204). Sum of RGB (Red+Green+Blue) = 197+65+204=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #C541CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541CC is #3ABE33. Grayscale: #777777. Windows color (decimal): -3849780 or 13386181. OLE color: 13386181.
HSL color Cylindrical-coordinate representation of color #C541CC: hue angle of 296.98º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C541CC is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 65 | 204 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.2 |
| HSL | 296.98º | 0.58% | 0.53% | - |
| HSV(B) | 296.98º | 0.68% | 0.8% | - |
| XYZ | 35.82 | 20.01 | 59.1 | - |
| YUV | 120.31 | 175.23 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 204 | 0.03 | 0.68 | 0 | 0.2 | 296.98 | 0.58 | 0.53 |
| Hex | C5 | 41 | CC | 3 | 44 | 0 | 14 | 129 | 3A | 35 |
| Octal | 305 | 101 | 314 | 3 | 104 | 0 | 24 | 451 | 72 | 65 |
| Binary | 11000101 | 1000001 | 11001100 | 11 | 1000100 | 0 | 10100 | 100101001 | 111010 | 110101 |
Color Harmonies of #C541CC
Complementary color
Monochromatic Colors of #C541CC
Black with #C541CC
Text Example
Text Example
White with #C541CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C541CC; }
p { color: rgb(197,65,204); }
H1.HeaderClassName
{
color: #C541CC;
}
.AnyTagClassName
{
color: #C541CC;
}
</style>
background-color css
<style>
a { background-color: #C541CC; }
a { background-color: rgb(197,65,204); }
div.DivClassName
{
background-color: #C541CC;
}
.BgClassName
{
background-color: #C541CC;
}
</style>
border-color css
<style>
span { border-color: #C541CC; }
span { border-color: rgb(197,65,204); }
td.TdClassName
{
border-color: #C541CC;
}
.TagClassName
{
border-color: #C541CC;
}
</style>