Shades of Fuchsia #CA56B7
Tints of Fuchsia #CA56B7
RGB
CMYK
RGB Variations
Color information
#CA56B7 (or 0xCA56B7) is known color: Fuchsia. HEX triplet: CA, 56 and B7. RGB value is (202,86,183). Sum of RGB (Red+Green+Blue) = 202+86+183=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA56B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA56B7 is #35A948. Grayscale: #838383. Windows color (decimal): -3516745 or 12015306. OLE color: 12015306.
HSL color Cylindrical-coordinate representation of color #CA56B7: hue angle of 309.83º 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 #CA56B7 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 183 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.21 |
| HSL | 309.83º | 0.52% | 0.56% | - |
| HSV(B) | 309.83º | 0.57% | 0.79% | - |
| XYZ | 36.23 | 22.63 | 47.26 | - |
| YUV | 131.74 | 156.93 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 183 | 0 | 0.57 | 0.09 | 0.21 | 309.83 | 0.52 | 0.56 |
| Hex | CA | 56 | B7 | 0 | 39 | 9 | 15 | 136 | 34 | 38 |
| Octal | 312 | 126 | 267 | 0 | 71 | 11 | 25 | 466 | 64 | 70 |
| Binary | 11001010 | 1010110 | 10110111 | 0 | 111001 | 1001 | 10101 | 100110110 | 110100 | 111000 |
Color Harmonies of #CA56B7
Complementary color
Monochromatic Colors of #CA56B7
Black with #CA56B7
Text Example
Text Example
White with #CA56B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA56B7; }
p { color: rgb(202,86,183); }
H1.HeaderClassName
{
color: #CA56B7;
}
.AnyTagClassName
{
color: #CA56B7;
}
</style>
background-color css
<style>
a { background-color: #CA56B7; }
a { background-color: rgb(202,86,183); }
div.DivClassName
{
background-color: #CA56B7;
}
.BgClassName
{
background-color: #CA56B7;
}
</style>
border-color css
<style>
span { border-color: #CA56B7; }
span { border-color: rgb(202,86,183); }
td.TdClassName
{
border-color: #CA56B7;
}
.TagClassName
{
border-color: #CA56B7;
}
</style>