Shades of Fuchsia #C65FCE
Tints of Fuchsia #C65FCE
RGB
CMYK
RGB Variations
Color information
#C65FCE (or 0xC65FCE) is known color: Fuchsia. HEX triplet: C6, 5F and CE. RGB value is (198,95,206). Sum of RGB (Red+Green+Blue) = 198+95+206=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #C65FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65FCE is #39A031. Grayscale: #8A8A8A. Windows color (decimal): -3776562 or 13524934. OLE color: 13524934.
HSL color Cylindrical-coordinate representation of color #C65FCE: hue angle of 295.68º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65FCE is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 95 | 206 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.19 |
| HSL | 295.68º | 0.53% | 0.59% | - |
| HSV(B) | 295.68º | 0.54% | 0.81% | - |
| XYZ | 38.52 | 24.65 | 61.12 | - |
| YUV | 138.45 | 166.12 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 206 | 0.04 | 0.54 | 0 | 0.19 | 295.68 | 0.53 | 0.59 |
| Hex | C6 | 5F | CE | 4 | 36 | 0 | 13 | 128 | 35 | 3B |
| Octal | 306 | 137 | 316 | 4 | 66 | 0 | 23 | 450 | 65 | 73 |
| Binary | 11000110 | 1011111 | 11001110 | 100 | 110110 | 0 | 10011 | 100101000 | 110101 | 111011 |
Color Harmonies of #C65FCE
Complementary color
Monochromatic Colors of #C65FCE
Black with #C65FCE
Text Example
Text Example
White with #C65FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65FCE; }
p { color: rgb(198,95,206); }
H1.HeaderClassName
{
color: #C65FCE;
}
.AnyTagClassName
{
color: #C65FCE;
}
</style>
background-color css
<style>
a { background-color: #C65FCE; }
a { background-color: rgb(198,95,206); }
div.DivClassName
{
background-color: #C65FCE;
}
.BgClassName
{
background-color: #C65FCE;
}
</style>
border-color css
<style>
span { border-color: #C65FCE; }
span { border-color: rgb(198,95,206); }
td.TdClassName
{
border-color: #C65FCE;
}
.TagClassName
{
border-color: #C65FCE;
}
</style>