Shades of Fuchsia #C64BCE
Tints of Fuchsia #C64BCE
RGB
CMYK
RGB Variations
Color information
#C64BCE (or 0xC64BCE) is known color: Fuchsia. HEX triplet: C6, 4B and CE. RGB value is (198,75,206). Sum of RGB (Red+Green+Blue) = 198+75+206=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #C64BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BCE is #39B431. Grayscale: #7E7E7E. Windows color (decimal): -3781682 or 13519814. OLE color: 13519814.
HSL color Cylindrical-coordinate representation of color #C64BCE: hue angle of 296.34º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64BCE is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 75 | 206 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.19 |
| HSL | 296.34º | 0.57% | 0.55% | - |
| HSV(B) | 296.34º | 0.64% | 0.81% | - |
| XYZ | 36.95 | 21.49 | 60.59 | - |
| YUV | 126.71 | 172.75 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 206 | 0.04 | 0.64 | 0 | 0.19 | 296.34 | 0.57 | 0.55 |
| Hex | C6 | 4B | CE | 4 | 40 | 0 | 13 | 128 | 39 | 37 |
| Octal | 306 | 113 | 316 | 4 | 100 | 0 | 23 | 450 | 71 | 67 |
| Binary | 11000110 | 1001011 | 11001110 | 100 | 1000000 | 0 | 10011 | 100101000 | 111001 | 110111 |
Color Harmonies of #C64BCE
Complementary color
Monochromatic Colors of #C64BCE
Black with #C64BCE
Text Example
Text Example
White with #C64BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BCE; }
p { color: rgb(198,75,206); }
H1.HeaderClassName
{
color: #C64BCE;
}
.AnyTagClassName
{
color: #C64BCE;
}
</style>
background-color css
<style>
a { background-color: #C64BCE; }
a { background-color: rgb(198,75,206); }
div.DivClassName
{
background-color: #C64BCE;
}
.BgClassName
{
background-color: #C64BCE;
}
</style>
border-color css
<style>
span { border-color: #C64BCE; }
span { border-color: rgb(198,75,206); }
td.TdClassName
{
border-color: #C64BCE;
}
.TagClassName
{
border-color: #C64BCE;
}
</style>