Shades of Fuchsia #C562CB
Tints of Fuchsia #C562CB
RGB
CMYK
RGB Variations
Color information
#C562CB (or 0xC562CB) is known color: Fuchsia. HEX triplet: C5, 62 and CB. RGB value is (197,98,203). Sum of RGB (Red+Green+Blue) = 197+98+203=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #C562CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562CB is #3A9D34. Grayscale: #8B8B8B. Windows color (decimal): -3841333 or 13329093. OLE color: 13329093.
HSL color Cylindrical-coordinate representation of color #C562CB: hue angle of 296.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C562CB is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 98 | 203 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.20 |
| HSL | 296.57º | 0.5% | 0.59% | - |
| HSV(B) | 296.57º | 0.52% | 0.8% | - |
| XYZ | 38.17 | 24.92 | 59.3 | - |
| YUV | 139.57 | 163.8 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 203 | 0.03 | 0.52 | 0 | 0.20 | 296.57 | 0.5 | 0.59 |
| Hex | C5 | 62 | CB | 3 | 34 | 0 | 14 | 129 | 32 | 3B |
| Octal | 305 | 142 | 313 | 3 | 64 | 0 | 24 | 451 | 62 | 73 |
| Binary | 11000101 | 1100010 | 11001011 | 11 | 110100 | 0 | 10100 | 100101001 | 110010 | 111011 |
Color Harmonies of #C562CB
Complementary color
Monochromatic Colors of #C562CB
Black with #C562CB
Text Example
Text Example
White with #C562CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C562CB; }
p { color: rgb(197,98,203); }
H1.HeaderClassName
{
color: #C562CB;
}
.AnyTagClassName
{
color: #C562CB;
}
</style>
background-color css
<style>
a { background-color: #C562CB; }
a { background-color: rgb(197,98,203); }
div.DivClassName
{
background-color: #C562CB;
}
.BgClassName
{
background-color: #C562CB;
}
</style>
border-color css
<style>
span { border-color: #C562CB; }
span { border-color: rgb(197,98,203); }
td.TdClassName
{
border-color: #C562CB;
}
.TagClassName
{
border-color: #C562CB;
}
</style>