Shades of Fuchsia #C541CB
Tints of Fuchsia #C541CB
RGB
CMYK
RGB Variations
Color information
#C541CB (or 0xC541CB) is known color: Fuchsia. HEX triplet: C5, 41 and CB. RGB value is (197,65,203). Sum of RGB (Red+Green+Blue) = 197+65+203=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #C541CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541CB is #3ABE34. Grayscale: #777777. Windows color (decimal): -3849781 or 13320645. OLE color: 13320645.
HSL color Cylindrical-coordinate representation of color #C541CB: hue angle of 297.39º degrees, saturation: 0.57, 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 #C541CB is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 65 | 203 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.20 |
| HSL | 297.39º | 0.57% | 0.53% | - |
| HSV(B) | 297.39º | 0.68% | 0.8% | - |
| XYZ | 35.7 | 19.96 | 58.47 | - |
| YUV | 120.2 | 174.73 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 203 | 0.03 | 0.68 | 0 | 0.20 | 297.39 | 0.57 | 0.53 |
| Hex | C5 | 41 | CB | 3 | 44 | 0 | 14 | 129 | 39 | 35 |
| Octal | 305 | 101 | 313 | 3 | 104 | 0 | 24 | 451 | 71 | 65 |
| Binary | 11000101 | 1000001 | 11001011 | 11 | 1000100 | 0 | 10100 | 100101001 | 111001 | 110101 |
Color Harmonies of #C541CB
Complementary color
Monochromatic Colors of #C541CB
Black with #C541CB
Text Example
Text Example
White with #C541CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C541CB; }
p { color: rgb(197,65,203); }
H1.HeaderClassName
{
color: #C541CB;
}
.AnyTagClassName
{
color: #C541CB;
}
</style>
background-color css
<style>
a { background-color: #C541CB; }
a { background-color: rgb(197,65,203); }
div.DivClassName
{
background-color: #C541CB;
}
.BgClassName
{
background-color: #C541CB;
}
</style>
border-color css
<style>
span { border-color: #C541CB; }
span { border-color: rgb(197,65,203); }
td.TdClassName
{
border-color: #C541CB;
}
.TagClassName
{
border-color: #C541CB;
}
</style>