Shades of Fuchsia #C64CBE
Tints of Fuchsia #C64CBE
RGB
CMYK
RGB Variations
Color information
#C64CBE (or 0xC64CBE) is known color: Fuchsia. HEX triplet: C6, 4C and BE. RGB value is (198,76,190). Sum of RGB (Red+Green+Blue) = 198+76+190=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CBE is #39B341. Grayscale: #7D7D7D. Windows color (decimal): -3781442 or 12471494. OLE color: 12471494.
HSL color Cylindrical-coordinate representation of color #C64CBE: hue angle of 303.93º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64CBE is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 190 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.22 |
| HSL | 303.93º | 0.52% | 0.54% | - |
| HSV(B) | 303.93º | 0.62% | 0.78% | - |
| XYZ | 35.17 | 20.89 | 50.89 | - |
| YUV | 125.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 190 | 0 | 0.62 | 0.04 | 0.22 | 303.93 | 0.52 | 0.54 |
| Hex | C6 | 4C | BE | 0 | 3E | 4 | 16 | 130 | 34 | 36 |
| Octal | 306 | 114 | 276 | 0 | 76 | 4 | 26 | 460 | 64 | 66 |
| Binary | 11000110 | 1001100 | 10111110 | 0 | 111110 | 100 | 10110 | 100110000 | 110100 | 110110 |
Color Harmonies of #C64CBE
Complementary color
Monochromatic Colors of #C64CBE
Black with #C64CBE
Text Example
Text Example
White with #C64CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64CBE; }
p { color: rgb(198,76,190); }
H1.HeaderClassName
{
color: #C64CBE;
}
.AnyTagClassName
{
color: #C64CBE;
}
</style>
background-color css
<style>
a { background-color: #C64CBE; }
a { background-color: rgb(198,76,190); }
div.DivClassName
{
background-color: #C64CBE;
}
.BgClassName
{
background-color: #C64CBE;
}
</style>
border-color css
<style>
span { border-color: #C64CBE; }
span { border-color: rgb(198,76,190); }
td.TdClassName
{
border-color: #C64CBE;
}
.TagClassName
{
border-color: #C64CBE;
}
</style>