Shades of Fuchsia #CA6AC0
Tints of Fuchsia #CA6AC0
RGB
CMYK
RGB Variations
Color information
#CA6AC0 (or 0xCA6AC0) is known color: Fuchsia. HEX triplet: CA, 6A and C0. RGB value is (202,106,192). Sum of RGB (Red+Green+Blue) = 202+106+192=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6AC0 is #35953F. Grayscale: #909090. Windows color (decimal): -3511616 or 12610250. OLE color: 12610250.
HSL color Cylindrical-coordinate representation of color #CA6AC0: hue angle of 306.25º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6AC0 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 192 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.21 |
| HSL | 306.25º | 0.48% | 0.6% | - |
| HSV(B) | 306.25º | 0.48% | 0.79% | - |
| XYZ | 39.03 | 26.67 | 52.96 | - |
| YUV | 144.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 192 | 0 | 0.48 | 0.05 | 0.21 | 306.25 | 0.48 | 0.6 |
| Hex | CA | 6A | C0 | 0 | 30 | 5 | 15 | 132 | 30 | 3C |
| Octal | 312 | 152 | 300 | 0 | 60 | 5 | 25 | 462 | 60 | 74 |
| Binary | 11001010 | 1101010 | 11000000 | 0 | 110000 | 101 | 10101 | 100110010 | 110000 | 111100 |
Color Harmonies of #CA6AC0
Complementary color
Monochromatic Colors of #CA6AC0
Black with #CA6AC0
Text Example
Text Example
White with #CA6AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6AC0; }
p { color: rgb(202,106,192); }
H1.HeaderClassName
{
color: #CA6AC0;
}
.AnyTagClassName
{
color: #CA6AC0;
}
</style>
background-color css
<style>
a { background-color: #CA6AC0; }
a { background-color: rgb(202,106,192); }
div.DivClassName
{
background-color: #CA6AC0;
}
.BgClassName
{
background-color: #CA6AC0;
}
</style>
border-color css
<style>
span { border-color: #CA6AC0; }
span { border-color: rgb(202,106,192); }
td.TdClassName
{
border-color: #CA6AC0;
}
.TagClassName
{
border-color: #CA6AC0;
}
</style>