Shades of Fuchsia #CA60C5
Tints of Fuchsia #CA60C5
RGB
CMYK
RGB Variations
Color information
#CA60C5 (or 0xCA60C5) is known color: Fuchsia. HEX triplet: CA, 60 and C5. RGB value is (202,96,197). Sum of RGB (Red+Green+Blue) = 202+96+197=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60C5 is #359F3A. Grayscale: #8A8A8A. Windows color (decimal): -3514171 or 12935370. OLE color: 12935370.
HSL color Cylindrical-coordinate representation of color #CA60C5: hue angle of 302.83º 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 #CA60C5 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 197 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.21 |
| HSL | 302.83º | 0.5% | 0.58% | - |
| HSV(B) | 302.83º | 0.52% | 0.79% | - |
| XYZ | 38.62 | 24.95 | 55.6 | - |
| YUV | 139.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 197 | 0 | 0.52 | 0.02 | 0.21 | 302.83 | 0.5 | 0.58 |
| Hex | CA | 60 | C5 | 0 | 34 | 2 | 15 | 12F | 32 | 3A |
| Octal | 312 | 140 | 305 | 0 | 64 | 2 | 25 | 457 | 62 | 72 |
| Binary | 11001010 | 1100000 | 11000101 | 0 | 110100 | 10 | 10101 | 100101111 | 110010 | 111010 |
Color Harmonies of #CA60C5
Complementary color
Monochromatic Colors of #CA60C5
Black with #CA60C5
Text Example
Text Example
White with #CA60C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60C5; }
p { color: rgb(202,96,197); }
H1.HeaderClassName
{
color: #CA60C5;
}
.AnyTagClassName
{
color: #CA60C5;
}
</style>
background-color css
<style>
a { background-color: #CA60C5; }
a { background-color: rgb(202,96,197); }
div.DivClassName
{
background-color: #CA60C5;
}
.BgClassName
{
background-color: #CA60C5;
}
</style>
border-color css
<style>
span { border-color: #CA60C5; }
span { border-color: rgb(202,96,197); }
td.TdClassName
{
border-color: #CA60C5;
}
.TagClassName
{
border-color: #CA60C5;
}
</style>