Shades of Fuchsia #C540CB
Tints of Fuchsia #C540CB
RGB
CMYK
RGB Variations
Color information
#C540CB (or 0xC540CB) is known color: Fuchsia. HEX triplet: C5, 40 and CB. RGB value is (197,64,203). Sum of RGB (Red+Green+Blue) = 197+64+203=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #C540CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540CB is #3ABF34. Grayscale: #777777. Windows color (decimal): -3850037 or 13320389. OLE color: 13320389.
HSL color Cylindrical-coordinate representation of color #C540CB: hue angle of 297.41º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C540CB is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 64 | 203 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.20 |
| HSL | 297.41º | 0.57% | 0.52% | - |
| HSV(B) | 297.41º | 0.68% | 0.8% | - |
| XYZ | 35.64 | 19.85 | 58.45 | - |
| YUV | 119.61 | 175.06 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 203 | 0.03 | 0.68 | 0 | 0.20 | 297.41 | 0.57 | 0.52 |
| Hex | C5 | 40 | CB | 3 | 44 | 0 | 14 | 129 | 39 | 34 |
| Octal | 305 | 100 | 313 | 3 | 104 | 0 | 24 | 451 | 71 | 64 |
| Binary | 11000101 | 1000000 | 11001011 | 11 | 1000100 | 0 | 10100 | 100101001 | 111001 | 110100 |
Color Harmonies of #C540CB
Complementary color
Monochromatic Colors of #C540CB
Black with #C540CB
Text Example
Text Example
White with #C540CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540CB; }
p { color: rgb(197,64,203); }
H1.HeaderClassName
{
color: #C540CB;
}
.AnyTagClassName
{
color: #C540CB;
}
</style>
background-color css
<style>
a { background-color: #C540CB; }
a { background-color: rgb(197,64,203); }
div.DivClassName
{
background-color: #C540CB;
}
.BgClassName
{
background-color: #C540CB;
}
</style>
border-color css
<style>
span { border-color: #C540CB; }
span { border-color: rgb(197,64,203); }
td.TdClassName
{
border-color: #C540CB;
}
.TagClassName
{
border-color: #C540CB;
}
</style>