Shades of Fuchsia #CA60C7
Tints of Fuchsia #CA60C7
RGB
CMYK
RGB Variations
Color information
#CA60C7 (or 0xCA60C7) is known color: Fuchsia. HEX triplet: CA, 60 and C7. RGB value is (202,96,199). Sum of RGB (Red+Green+Blue) = 202+96+199=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA60C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA60C7 is #359F38. Grayscale: #8B8B8B. Windows color (decimal): -3514169 or 13066442. OLE color: 13066442.
HSL color Cylindrical-coordinate representation of color #CA60C7: hue angle of 301.7º 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 #CA60C7 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 199 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.21 |
| HSL | 301.7º | 0.5% | 0.58% | - |
| HSV(B) | 301.7º | 0.52% | 0.79% | - |
| XYZ | 38.85 | 25.05 | 56.82 | - |
| YUV | 139.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 199 | 0 | 0.52 | 0.01 | 0.21 | 301.7 | 0.5 | 0.58 |
| Hex | CA | 60 | C7 | 0 | 34 | 1 | 15 | 12E | 32 | 3A |
| Octal | 312 | 140 | 307 | 0 | 64 | 1 | 25 | 456 | 62 | 72 |
| Binary | 11001010 | 1100000 | 11000111 | 0 | 110100 | 1 | 10101 | 100101110 | 110010 | 111010 |
Color Harmonies of #CA60C7
Complementary color
Monochromatic Colors of #CA60C7
Black with #CA60C7
Text Example
Text Example
White with #CA60C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA60C7; }
p { color: rgb(202,96,199); }
H1.HeaderClassName
{
color: #CA60C7;
}
.AnyTagClassName
{
color: #CA60C7;
}
</style>
background-color css
<style>
a { background-color: #CA60C7; }
a { background-color: rgb(202,96,199); }
div.DivClassName
{
background-color: #CA60C7;
}
.BgClassName
{
background-color: #CA60C7;
}
</style>
border-color css
<style>
span { border-color: #CA60C7; }
span { border-color: rgb(202,96,199); }
td.TdClassName
{
border-color: #CA60C7;
}
.TagClassName
{
border-color: #CA60C7;
}
</style>