Shades of Fuchsia #C560CB
Tints of Fuchsia #C560CB
RGB
CMYK
RGB Variations
Color information
#C560CB (or 0xC560CB) is known color: Fuchsia. HEX triplet: C5, 60 and CB. RGB value is (197,96,203). Sum of RGB (Red+Green+Blue) = 197+96+203=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #C560CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C560CB is #3A9F34. Grayscale: #8A8A8A. Windows color (decimal): -3841845 or 13328581. OLE color: 13328581.
HSL color Cylindrical-coordinate representation of color #C560CB: hue angle of 296.64º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C560CB is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 96 | 203 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.20 |
| HSL | 296.64º | 0.51% | 0.59% | - |
| HSV(B) | 296.64º | 0.53% | 0.8% | - |
| XYZ | 37.99 | 24.55 | 59.24 | - |
| YUV | 138.4 | 164.46 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 203 | 0.03 | 0.53 | 0 | 0.20 | 296.64 | 0.51 | 0.59 |
| Hex | C5 | 60 | CB | 3 | 35 | 0 | 14 | 129 | 33 | 3B |
| Octal | 305 | 140 | 313 | 3 | 65 | 0 | 24 | 451 | 63 | 73 |
| Binary | 11000101 | 1100000 | 11001011 | 11 | 110101 | 0 | 10100 | 100101001 | 110011 | 111011 |
Color Harmonies of #C560CB
Complementary color
Monochromatic Colors of #C560CB
Black with #C560CB
Text Example
Text Example
White with #C560CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560CB; }
p { color: rgb(197,96,203); }
H1.HeaderClassName
{
color: #C560CB;
}
.AnyTagClassName
{
color: #C560CB;
}
</style>
background-color css
<style>
a { background-color: #C560CB; }
a { background-color: rgb(197,96,203); }
div.DivClassName
{
background-color: #C560CB;
}
.BgClassName
{
background-color: #C560CB;
}
</style>
border-color css
<style>
span { border-color: #C560CB; }
span { border-color: rgb(197,96,203); }
td.TdClassName
{
border-color: #C560CB;
}
.TagClassName
{
border-color: #C560CB;
}
</style>