Shades of Fuchsia #C660CA
Tints of Fuchsia #C660CA
RGB
CMYK
RGB Variations
Color information
#C660CA (or 0xC660CA) is known color: Fuchsia. HEX triplet: C6, 60 and CA. RGB value is (198,96,202). Sum of RGB (Red+Green+Blue) = 198+96+202=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #C660CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660CA is #399F35. Grayscale: #8A8A8A. Windows color (decimal): -3776310 or 13263046. OLE color: 13263046.
HSL color Cylindrical-coordinate representation of color #C660CA: hue angle of 297.74º 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 #C660CA is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 96 | 202 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.21 |
| HSL | 297.74º | 0.5% | 0.58% | - |
| HSV(B) | 297.74º | 0.52% | 0.79% | - |
| XYZ | 38.13 | 24.64 | 58.62 | - |
| YUV | 138.58 | 163.79 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 202 | 0.02 | 0.52 | 0 | 0.21 | 297.74 | 0.5 | 0.58 |
| Hex | C6 | 60 | CA | 2 | 34 | 0 | 15 | 12A | 32 | 3A |
| Octal | 306 | 140 | 312 | 2 | 64 | 0 | 25 | 452 | 62 | 72 |
| Binary | 11000110 | 1100000 | 11001010 | 10 | 110100 | 0 | 10101 | 100101010 | 110010 | 111010 |
Color Harmonies of #C660CA
Complementary color
Monochromatic Colors of #C660CA
Black with #C660CA
Text Example
Text Example
White with #C660CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660CA; }
p { color: rgb(198,96,202); }
H1.HeaderClassName
{
color: #C660CA;
}
.AnyTagClassName
{
color: #C660CA;
}
</style>
background-color css
<style>
a { background-color: #C660CA; }
a { background-color: rgb(198,96,202); }
div.DivClassName
{
background-color: #C660CA;
}
.BgClassName
{
background-color: #C660CA;
}
</style>
border-color css
<style>
span { border-color: #C660CA; }
span { border-color: rgb(198,96,202); }
td.TdClassName
{
border-color: #C660CA;
}
.TagClassName
{
border-color: #C660CA;
}
</style>