Shades of Fuchsia #CA60BA
Tints of Fuchsia #CA60BA
RGB
CMYK
RGB Variations
Color information
#CA60BA (or 0xCA60BA) is known color: Fuchsia. HEX triplet: CA, 60 and BA. RGB value is (202,96,186). Sum of RGB (Red+Green+Blue) = 202+96+186=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60BA is #359F45. Grayscale: #898989. Windows color (decimal): -3514182 or 12214474. OLE color: 12214474.
HSL color Cylindrical-coordinate representation of color #CA60BA: hue angle of 309.06º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA60BA is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 186 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.21 |
| HSL | 309.06º | 0.5% | 0.58% | - |
| HSV(B) | 309.06º | 0.52% | 0.79% | - |
| XYZ | 37.4 | 24.47 | 49.21 | - |
| YUV | 137.95 | 155.12 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 186 | 0 | 0.52 | 0.08 | 0.21 | 309.06 | 0.5 | 0.58 |
| Hex | CA | 60 | BA | 0 | 34 | 8 | 15 | 135 | 32 | 3A |
| Octal | 312 | 140 | 272 | 0 | 64 | 10 | 25 | 465 | 62 | 72 |
| Binary | 11001010 | 1100000 | 10111010 | 0 | 110100 | 1000 | 10101 | 100110101 | 110010 | 111010 |
Color Harmonies of #CA60BA
Complementary color
Monochromatic Colors of #CA60BA
Black with #CA60BA
Text Example
Text Example
White with #CA60BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60BA; }
p { color: rgb(202,96,186); }
H1.HeaderClassName
{
color: #CA60BA;
}
.AnyTagClassName
{
color: #CA60BA;
}
</style>
background-color css
<style>
a { background-color: #CA60BA; }
a { background-color: rgb(202,96,186); }
div.DivClassName
{
background-color: #CA60BA;
}
.BgClassName
{
background-color: #CA60BA;
}
</style>
border-color css
<style>
span { border-color: #CA60BA; }
span { border-color: rgb(202,96,186); }
td.TdClassName
{
border-color: #CA60BA;
}
.TagClassName
{
border-color: #CA60BA;
}
</style>