Shades of Fuchsia #CA6AB8
Tints of Fuchsia #CA6AB8
RGB
CMYK
RGB Variations
Color information
#CA6AB8 (or 0xCA6AB8) is known color: Fuchsia. HEX triplet: CA, 6A and B8. RGB value is (202,106,184). Sum of RGB (Red+Green+Blue) = 202+106+184=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6AB8 is #359547. Grayscale: #8F8F8F. Windows color (decimal): -3511624 or 12085962. OLE color: 12085962.
HSL color Cylindrical-coordinate representation of color #CA6AB8: hue angle of 311.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 #CA6AB8 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 184 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.21 |
| HSL | 311.25º | 0.48% | 0.6% | - |
| HSV(B) | 311.25º | 0.48% | 0.79% | - |
| XYZ | 38.16 | 26.33 | 48.42 | - |
| YUV | 143.6 | 150.8 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 184 | 0 | 0.48 | 0.09 | 0.21 | 311.25 | 0.48 | 0.6 |
| Hex | CA | 6A | B8 | 0 | 30 | 9 | 15 | 137 | 30 | 3C |
| Octal | 312 | 152 | 270 | 0 | 60 | 11 | 25 | 467 | 60 | 74 |
| Binary | 11001010 | 1101010 | 10111000 | 0 | 110000 | 1001 | 10101 | 100110111 | 110000 | 111100 |
Color Harmonies of #CA6AB8
Complementary color
Monochromatic Colors of #CA6AB8
Black with #CA6AB8
Text Example
Text Example
White with #CA6AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6AB8; }
p { color: rgb(202,106,184); }
H1.HeaderClassName
{
color: #CA6AB8;
}
.AnyTagClassName
{
color: #CA6AB8;
}
</style>
background-color css
<style>
a { background-color: #CA6AB8; }
a { background-color: rgb(202,106,184); }
div.DivClassName
{
background-color: #CA6AB8;
}
.BgClassName
{
background-color: #CA6AB8;
}
</style>
border-color css
<style>
span { border-color: #CA6AB8; }
span { border-color: rgb(202,106,184); }
td.TdClassName
{
border-color: #CA6AB8;
}
.TagClassName
{
border-color: #CA6AB8;
}
</style>