Shades of Fuchsia #CA60CC
Tints of Fuchsia #CA60CC
RGB
CMYK
RGB Variations
Color information
#CA60CC (or 0xCA60CC) is known color: Fuchsia. HEX triplet: CA, 60 and CC. RGB value is (202,96,204). Sum of RGB (Red+Green+Blue) = 202+96+204=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA60CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60CC is #359F33. Grayscale: #8B8B8B. Windows color (decimal): -3514164 or 13394122. OLE color: 13394122.
HSL color Cylindrical-coordinate representation of color #CA60CC: hue angle of 298.89º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA60CC is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 96 | 204 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.2 |
| HSL | 298.89º | 0.51% | 0.59% | - |
| HSV(B) | 298.89º | 0.53% | 0.8% | - |
| XYZ | 39.44 | 25.28 | 59.93 | - |
| YUV | 140.01 | 164.12 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 204 | 0.01 | 0.53 | 0 | 0.2 | 298.89 | 0.51 | 0.59 |
| Hex | CA | 60 | CC | 1 | 35 | 0 | 14 | 12B | 33 | 3B |
| Octal | 312 | 140 | 314 | 1 | 65 | 0 | 24 | 453 | 63 | 73 |
| Binary | 11001010 | 1100000 | 11001100 | 1 | 110101 | 0 | 10100 | 100101011 | 110011 | 111011 |
Color Harmonies of #CA60CC
Complementary color
Monochromatic Colors of #CA60CC
Black with #CA60CC
Text Example
Text Example
White with #CA60CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60CC; }
p { color: rgb(202,96,204); }
H1.HeaderClassName
{
color: #CA60CC;
}
.AnyTagClassName
{
color: #CA60CC;
}
</style>
background-color css
<style>
a { background-color: #CA60CC; }
a { background-color: rgb(202,96,204); }
div.DivClassName
{
background-color: #CA60CC;
}
.BgClassName
{
background-color: #CA60CC;
}
</style>
border-color css
<style>
span { border-color: #CA60CC; }
span { border-color: rgb(202,96,204); }
td.TdClassName
{
border-color: #CA60CC;
}
.TagClassName
{
border-color: #CA60CC;
}
</style>