Shades of Fuchsia #CA60C0
Tints of Fuchsia #CA60C0
RGB
CMYK
RGB Variations
Color information
#CA60C0 (or 0xCA60C0) is known color: Fuchsia. HEX triplet: CA, 60 and C0. RGB value is (202,96,192). Sum of RGB (Red+Green+Blue) = 202+96+192=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60C0 is #359F3F. Grayscale: #8A8A8A. Windows color (decimal): -3514176 or 12607690. OLE color: 12607690.
HSL color Cylindrical-coordinate representation of color #CA60C0: hue angle of 305.66º 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 #CA60C0 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 192 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.21 |
| HSL | 305.66º | 0.5% | 0.58% | - |
| HSV(B) | 305.66º | 0.52% | 0.79% | - |
| XYZ | 38.05 | 24.73 | 52.64 | - |
| YUV | 138.64 | 158.12 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 192 | 0 | 0.52 | 0.05 | 0.21 | 305.66 | 0.5 | 0.58 |
| Hex | CA | 60 | C0 | 0 | 34 | 5 | 15 | 132 | 32 | 3A |
| Octal | 312 | 140 | 300 | 0 | 64 | 5 | 25 | 462 | 62 | 72 |
| Binary | 11001010 | 1100000 | 11000000 | 0 | 110100 | 101 | 10101 | 100110010 | 110010 | 111010 |
Color Harmonies of #CA60C0
Complementary color
Monochromatic Colors of #CA60C0
Black with #CA60C0
Text Example
Text Example
White with #CA60C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60C0; }
p { color: rgb(202,96,192); }
H1.HeaderClassName
{
color: #CA60C0;
}
.AnyTagClassName
{
color: #CA60C0;
}
</style>
background-color css
<style>
a { background-color: #CA60C0; }
a { background-color: rgb(202,96,192); }
div.DivClassName
{
background-color: #CA60C0;
}
.BgClassName
{
background-color: #CA60C0;
}
</style>
border-color css
<style>
span { border-color: #CA60C0; }
span { border-color: rgb(202,96,192); }
td.TdClassName
{
border-color: #CA60C0;
}
.TagClassName
{
border-color: #CA60C0;
}
</style>