Shades of Fuchsia #C64BCD
Tints of Fuchsia #C64BCD
RGB
CMYK
RGB Variations
Color information
#C64BCD (or 0xC64BCD) is known color: Fuchsia. HEX triplet: C6, 4B and CD. RGB value is (198,75,205). Sum of RGB (Red+Green+Blue) = 198+75+205=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #C64BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BCD is #39B432. Grayscale: #7E7E7E. Windows color (decimal): -3781683 or 13454278. OLE color: 13454278.
HSL color Cylindrical-coordinate representation of color #C64BCD: hue angle of 296.77º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64BCD is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 75 | 205 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.20 |
| HSL | 296.77º | 0.57% | 0.55% | - |
| HSV(B) | 296.77º | 0.63% | 0.8% | - |
| XYZ | 36.82 | 21.45 | 59.96 | - |
| YUV | 126.6 | 172.25 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 205 | 0.03 | 0.63 | 0 | 0.20 | 296.77 | 0.57 | 0.55 |
| Hex | C6 | 4B | CD | 3 | 3F | 0 | 14 | 129 | 39 | 37 |
| Octal | 306 | 113 | 315 | 3 | 77 | 0 | 24 | 451 | 71 | 67 |
| Binary | 11000110 | 1001011 | 11001101 | 11 | 111111 | 0 | 10100 | 100101001 | 111001 | 110111 |
Color Harmonies of #C64BCD
Complementary color
Monochromatic Colors of #C64BCD
Black with #C64BCD
Text Example
Text Example
White with #C64BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BCD; }
p { color: rgb(198,75,205); }
H1.HeaderClassName
{
color: #C64BCD;
}
.AnyTagClassName
{
color: #C64BCD;
}
</style>
background-color css
<style>
a { background-color: #C64BCD; }
a { background-color: rgb(198,75,205); }
div.DivClassName
{
background-color: #C64BCD;
}
.BgClassName
{
background-color: #C64BCD;
}
</style>
border-color css
<style>
span { border-color: #C64BCD; }
span { border-color: rgb(198,75,205); }
td.TdClassName
{
border-color: #C64BCD;
}
.TagClassName
{
border-color: #C64BCD;
}
</style>