Shades of Fuchsia #CA56C0
Tints of Fuchsia #CA56C0
RGB
CMYK
RGB Variations
Color information
#CA56C0 (or 0xCA56C0) is known color: Fuchsia. HEX triplet: CA, 56 and C0. RGB value is (202,86,192). Sum of RGB (Red+Green+Blue) = 202+86+192=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA56C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA56C0 is #35A93F. Grayscale: #848484. Windows color (decimal): -3516736 or 12605130. OLE color: 12605130.
HSL color Cylindrical-coordinate representation of color #CA56C0: hue angle of 305.17º 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 #CA56C0 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 86 | 192 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.21 |
| HSL | 305.17º | 0.52% | 0.56% | - |
| HSV(B) | 305.17º | 0.57% | 0.79% | - |
| XYZ | 37.2 | 23.02 | 52.35 | - |
| YUV | 132.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 192 | 0 | 0.57 | 0.05 | 0.21 | 305.17 | 0.52 | 0.56 |
| Hex | CA | 56 | C0 | 0 | 39 | 5 | 15 | 131 | 34 | 38 |
| Octal | 312 | 126 | 300 | 0 | 71 | 5 | 25 | 461 | 64 | 70 |
| Binary | 11001010 | 1010110 | 11000000 | 0 | 111001 | 101 | 10101 | 100110001 | 110100 | 111000 |
Color Harmonies of #CA56C0
Complementary color
Monochromatic Colors of #CA56C0
Black with #CA56C0
Text Example
Text Example
White with #CA56C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA56C0; }
p { color: rgb(202,86,192); }
H1.HeaderClassName
{
color: #CA56C0;
}
.AnyTagClassName
{
color: #CA56C0;
}
</style>
background-color css
<style>
a { background-color: #CA56C0; }
a { background-color: rgb(202,86,192); }
div.DivClassName
{
background-color: #CA56C0;
}
.BgClassName
{
background-color: #CA56C0;
}
</style>
border-color css
<style>
span { border-color: #CA56C0; }
span { border-color: rgb(202,86,192); }
td.TdClassName
{
border-color: #CA56C0;
}
.TagClassName
{
border-color: #CA56C0;
}
</style>