Shades of Fuchsia #CA6ABA
Tints of Fuchsia #CA6ABA
RGB
CMYK
RGB Variations
Color information
#CA6ABA (or 0xCA6ABA) is known color: Fuchsia. HEX triplet: CA, 6A and BA. RGB value is (202,106,186). Sum of RGB (Red+Green+Blue) = 202+106+186=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ABA is #359545. Grayscale: #8F8F8F. Windows color (decimal): -3511622 or 12217034. OLE color: 12217034.
HSL color Cylindrical-coordinate representation of color #CA6ABA: hue angle of 310º 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 #CA6ABA is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 186 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.21 |
| HSL | 310º | 0.48% | 0.6% | - |
| HSV(B) | 310º | 0.48% | 0.79% | - |
| XYZ | 38.37 | 26.41 | 49.53 | - |
| YUV | 143.82 | 151.8 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 186 | 0 | 0.48 | 0.08 | 0.21 | 310 | 0.48 | 0.6 |
| Hex | CA | 6A | BA | 0 | 30 | 8 | 15 | 136 | 30 | 3C |
| Octal | 312 | 152 | 272 | 0 | 60 | 10 | 25 | 466 | 60 | 74 |
| Binary | 11001010 | 1101010 | 10111010 | 0 | 110000 | 1000 | 10101 | 100110110 | 110000 | 111100 |
Color Harmonies of #CA6ABA
Complementary color
Monochromatic Colors of #CA6ABA
Black with #CA6ABA
Text Example
Text Example
White with #CA6ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6ABA; }
p { color: rgb(202,106,186); }
H1.HeaderClassName
{
color: #CA6ABA;
}
.AnyTagClassName
{
color: #CA6ABA;
}
</style>
background-color css
<style>
a { background-color: #CA6ABA; }
a { background-color: rgb(202,106,186); }
div.DivClassName
{
background-color: #CA6ABA;
}
.BgClassName
{
background-color: #CA6ABA;
}
</style>
border-color css
<style>
span { border-color: #CA6ABA; }
span { border-color: rgb(202,106,186); }
td.TdClassName
{
border-color: #CA6ABA;
}
.TagClassName
{
border-color: #CA6ABA;
}
</style>