Shades of Fuchsia #CA60AD
Tints of Fuchsia #CA60AD
RGB
CMYK
RGB Variations
Color information
#CA60AD (or 0xCA60AD) is known color: Fuchsia. HEX triplet: CA, 60 and AD. RGB value is (202,96,173). Sum of RGB (Red+Green+Blue) = 202+96+173=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA60AD is #359F52. Grayscale: #888888. Windows color (decimal): -3514195 or 11362506. OLE color: 11362506.
HSL color Cylindrical-coordinate representation of color #CA60AD: hue angle of 316.42º 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 #CA60AD is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 173 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.21 |
| HSL | 316.42º | 0.5% | 0.58% | - |
| HSV(B) | 316.42º | 0.52% | 0.79% | - |
| XYZ | 36.08 | 23.94 | 42.25 | - |
| YUV | 136.47 | 148.62 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 173 | 0 | 0.52 | 0.14 | 0.21 | 316.42 | 0.5 | 0.58 |
| Hex | CA | 60 | AD | 0 | 34 | E | 15 | 13C | 32 | 3A |
| Octal | 312 | 140 | 255 | 0 | 64 | 16 | 25 | 474 | 62 | 72 |
| Binary | 11001010 | 1100000 | 10101101 | 0 | 110100 | 1110 | 10101 | 100111100 | 110010 | 111010 |
Color Harmonies of #CA60AD
Complementary color
Monochromatic Colors of #CA60AD
Black with #CA60AD
Text Example
Text Example
White with #CA60AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60AD; }
p { color: rgb(202,96,173); }
H1.HeaderClassName
{
color: #CA60AD;
}
.AnyTagClassName
{
color: #CA60AD;
}
</style>
background-color css
<style>
a { background-color: #CA60AD; }
a { background-color: rgb(202,96,173); }
div.DivClassName
{
background-color: #CA60AD;
}
.BgClassName
{
background-color: #CA60AD;
}
</style>
border-color css
<style>
span { border-color: #CA60AD; }
span { border-color: rgb(202,96,173); }
td.TdClassName
{
border-color: #CA60AD;
}
.TagClassName
{
border-color: #CA60AD;
}
</style>