Shades of Fuchsia #CA56BD
Tints of Fuchsia #CA56BD
RGB
CMYK
RGB Variations
Color information
#CA56BD (or 0xCA56BD) is known color: Fuchsia. HEX triplet: CA, 56 and BD. RGB value is (202,86,189). Sum of RGB (Red+Green+Blue) = 202+86+189=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA56BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA56BD is #35A942. Grayscale: #848484. Windows color (decimal): -3516739 or 12408522. OLE color: 12408522.
HSL color Cylindrical-coordinate representation of color #CA56BD: hue angle of 306.72º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA56BD is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 189 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.21 |
| HSL | 306.72º | 0.52% | 0.56% | - |
| HSV(B) | 306.72º | 0.57% | 0.79% | - |
| XYZ | 36.87 | 22.89 | 50.62 | - |
| YUV | 132.43 | 159.93 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 189 | 0 | 0.57 | 0.06 | 0.21 | 306.72 | 0.52 | 0.56 |
| Hex | CA | 56 | BD | 0 | 39 | 6 | 15 | 133 | 34 | 38 |
| Octal | 312 | 126 | 275 | 0 | 71 | 6 | 25 | 463 | 64 | 70 |
| Binary | 11001010 | 1010110 | 10111101 | 0 | 111001 | 110 | 10101 | 100110011 | 110100 | 111000 |
Color Harmonies of #CA56BD
Complementary color
Monochromatic Colors of #CA56BD
Black with #CA56BD
Text Example
Text Example
White with #CA56BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA56BD; }
p { color: rgb(202,86,189); }
H1.HeaderClassName
{
color: #CA56BD;
}
.AnyTagClassName
{
color: #CA56BD;
}
</style>
background-color css
<style>
a { background-color: #CA56BD; }
a { background-color: rgb(202,86,189); }
div.DivClassName
{
background-color: #CA56BD;
}
.BgClassName
{
background-color: #CA56BD;
}
</style>
border-color css
<style>
span { border-color: #CA56BD; }
span { border-color: rgb(202,86,189); }
td.TdClassName
{
border-color: #CA56BD;
}
.TagClassName
{
border-color: #CA56BD;
}
</style>