Shades of Fuchsia #CA60C2
Tints of Fuchsia #CA60C2
RGB
CMYK
RGB Variations
Color information
#CA60C2 (or 0xCA60C2) is known color: Fuchsia. HEX triplet: CA, 60 and C2. RGB value is (202,96,194). Sum of RGB (Red+Green+Blue) = 202+96+194=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60C2 is #359F3D. Grayscale: #8A8A8A. Windows color (decimal): -3514174 or 12738762. OLE color: 12738762.
HSL color Cylindrical-coordinate representation of color #CA60C2: hue angle of 304.53º 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 #CA60C2 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 194 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.21 |
| HSL | 304.53º | 0.5% | 0.58% | - |
| HSV(B) | 304.53º | 0.52% | 0.79% | - |
| XYZ | 38.28 | 24.82 | 53.81 | - |
| YUV | 138.87 | 159.12 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 194 | 0 | 0.52 | 0.04 | 0.21 | 304.53 | 0.5 | 0.58 |
| Hex | CA | 60 | C2 | 0 | 34 | 4 | 15 | 131 | 32 | 3A |
| Octal | 312 | 140 | 302 | 0 | 64 | 4 | 25 | 461 | 62 | 72 |
| Binary | 11001010 | 1100000 | 11000010 | 0 | 110100 | 100 | 10101 | 100110001 | 110010 | 111010 |
Color Harmonies of #CA60C2
Complementary color
Monochromatic Colors of #CA60C2
Black with #CA60C2
Text Example
Text Example
White with #CA60C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60C2; }
p { color: rgb(202,96,194); }
H1.HeaderClassName
{
color: #CA60C2;
}
.AnyTagClassName
{
color: #CA60C2;
}
</style>
background-color css
<style>
a { background-color: #CA60C2; }
a { background-color: rgb(202,96,194); }
div.DivClassName
{
background-color: #CA60C2;
}
.BgClassName
{
background-color: #CA60C2;
}
</style>
border-color css
<style>
span { border-color: #CA60C2; }
span { border-color: rgb(202,96,194); }
td.TdClassName
{
border-color: #CA60C2;
}
.TagClassName
{
border-color: #CA60C2;
}
</style>