Shades of Fuchsia #C660CE
Tints of Fuchsia #C660CE
RGB
CMYK
RGB Variations
Color information
#C660CE (or 0xC660CE) is known color: Fuchsia. HEX triplet: C6, 60 and CE. RGB value is (198,96,206). Sum of RGB (Red+Green+Blue) = 198+96+206=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #C660CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660CE is #399F31. Grayscale: #8A8A8A. Windows color (decimal): -3776306 or 13525190. OLE color: 13525190.
HSL color Cylindrical-coordinate representation of color #C660CE: hue angle of 295.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C660CE is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 96 | 206 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.19 |
| HSL | 295.64º | 0.53% | 0.59% | - |
| HSV(B) | 295.64º | 0.53% | 0.81% | - |
| XYZ | 38.61 | 24.83 | 61.15 | - |
| YUV | 139.04 | 165.79 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 206 | 0.04 | 0.53 | 0 | 0.19 | 295.64 | 0.53 | 0.59 |
| Hex | C6 | 60 | CE | 4 | 35 | 0 | 13 | 128 | 35 | 3B |
| Octal | 306 | 140 | 316 | 4 | 65 | 0 | 23 | 450 | 65 | 73 |
| Binary | 11000110 | 1100000 | 11001110 | 100 | 110101 | 0 | 10011 | 100101000 | 110101 | 111011 |
Color Harmonies of #C660CE
Complementary color
Monochromatic Colors of #C660CE
Black with #C660CE
Text Example
Text Example
White with #C660CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660CE; }
p { color: rgb(198,96,206); }
H1.HeaderClassName
{
color: #C660CE;
}
.AnyTagClassName
{
color: #C660CE;
}
</style>
background-color css
<style>
a { background-color: #C660CE; }
a { background-color: rgb(198,96,206); }
div.DivClassName
{
background-color: #C660CE;
}
.BgClassName
{
background-color: #C660CE;
}
</style>
border-color css
<style>
span { border-color: #C660CE; }
span { border-color: rgb(198,96,206); }
td.TdClassName
{
border-color: #C660CE;
}
.TagClassName
{
border-color: #C660CE;
}
</style>