Shades of Fuchsia #C641CE
Tints of Fuchsia #C641CE
RGB
CMYK
RGB Variations
Color information
#C641CE (or 0xC641CE) is known color: Fuchsia. HEX triplet: C6, 41 and CE. RGB value is (198,65,206). Sum of RGB (Red+Green+Blue) = 198+65+206=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #C641CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C641CE is #39BE31. Grayscale: #787878. Windows color (decimal): -3784242 or 13517254. OLE color: 13517254.
HSL color Cylindrical-coordinate representation of color #C641CE: hue angle of 296.6º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C641CE is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 65 | 206 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.19 |
| HSL | 296.6º | 0.59% | 0.53% | - |
| HSV(B) | 296.6º | 0.68% | 0.81% | - |
| XYZ | 36.32 | 20.24 | 60.39 | - |
| YUV | 120.84 | 176.06 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 206 | 0.04 | 0.68 | 0 | 0.19 | 296.6 | 0.59 | 0.53 |
| Hex | C6 | 41 | CE | 4 | 44 | 0 | 13 | 129 | 3B | 35 |
| Octal | 306 | 101 | 316 | 4 | 104 | 0 | 23 | 451 | 73 | 65 |
| Binary | 11000110 | 1000001 | 11001110 | 100 | 1000100 | 0 | 10011 | 100101001 | 111011 | 110101 |
Color Harmonies of #C641CE
Complementary color
Monochromatic Colors of #C641CE
Black with #C641CE
Text Example
Text Example
White with #C641CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C641CE; }
p { color: rgb(198,65,206); }
H1.HeaderClassName
{
color: #C641CE;
}
.AnyTagClassName
{
color: #C641CE;
}
</style>
background-color css
<style>
a { background-color: #C641CE; }
a { background-color: rgb(198,65,206); }
div.DivClassName
{
background-color: #C641CE;
}
.BgClassName
{
background-color: #C641CE;
}
</style>
border-color css
<style>
span { border-color: #C641CE; }
span { border-color: rgb(198,65,206); }
td.TdClassName
{
border-color: #C641CE;
}
.TagClassName
{
border-color: #C641CE;
}
</style>