Shades of Fuchsia #CA6AB1
Tints of Fuchsia #CA6AB1
RGB
CMYK
RGB Variations
Color information
#CA6AB1 (or 0xCA6AB1) is known color: Fuchsia. HEX triplet: CA, 6A and B1. RGB value is (202,106,177). Sum of RGB (Red+Green+Blue) = 202+106+177=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6AB1 is #35954E. Grayscale: #8E8E8E. Windows color (decimal): -3511631 or 11627210. OLE color: 11627210.
HSL color Cylindrical-coordinate representation of color #CA6AB1: hue angle of 315.62º 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 #CA6AB1 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 177 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.21 |
| HSL | 315.63º | 0.48% | 0.6% | - |
| HSV(B) | 315.63º | 0.48% | 0.79% | - |
| XYZ | 37.45 | 26.04 | 44.65 | - |
| YUV | 142.8 | 147.3 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 177 | 0 | 0.48 | 0.12 | 0.21 | 315.63 | 0.48 | 0.6 |
| Hex | CA | 6A | B1 | 0 | 30 | C | 15 | 13C | 30 | 3C |
| Octal | 312 | 152 | 261 | 0 | 60 | 14 | 25 | 474 | 60 | 74 |
| Binary | 11001010 | 1101010 | 10110001 | 0 | 110000 | 1100 | 10101 | 100111100 | 110000 | 111100 |
Color Harmonies of #CA6AB1
Complementary color
Monochromatic Colors of #CA6AB1
Black with #CA6AB1
Text Example
Text Example
White with #CA6AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6AB1; }
p { color: rgb(202,106,177); }
H1.HeaderClassName
{
color: #CA6AB1;
}
.AnyTagClassName
{
color: #CA6AB1;
}
</style>
background-color css
<style>
a { background-color: #CA6AB1; }
a { background-color: rgb(202,106,177); }
div.DivClassName
{
background-color: #CA6AB1;
}
.BgClassName
{
background-color: #CA6AB1;
}
</style>
border-color css
<style>
span { border-color: #CA6AB1; }
span { border-color: rgb(202,106,177); }
td.TdClassName
{
border-color: #CA6AB1;
}
.TagClassName
{
border-color: #CA6AB1;
}
</style>