Shades of Fuchsia #C064BD
Tints of Fuchsia #C064BD
RGB
CMYK
RGB Variations
Color information
#C064BD (or 0xC064BD) is known color: Fuchsia. HEX triplet: C0, 64 and BD. RGB value is (192,100,189). Sum of RGB (Red+Green+Blue) = 192+100+189=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C064BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064BD is #3F9B42. Grayscale: #898989. Windows color (decimal): -4168515 or 12412096. OLE color: 12412096.
HSL color Cylindrical-coordinate representation of color #C064BD: hue angle of 301.96º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C064BD is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 100 | 189 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.25 |
| HSL | 301.96º | 0.42% | 0.57% | - |
| HSV(B) | 301.96º | 0.48% | 0.75% | - |
| XYZ | 35.48 | 23.99 | 50.91 | - |
| YUV | 137.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 100 | 189 | 0 | 0.48 | 0.02 | 0.25 | 301.96 | 0.42 | 0.57 |
| Hex | C0 | 64 | BD | 0 | 30 | 2 | 19 | 12E | 2A | 39 |
| Octal | 300 | 144 | 275 | 0 | 60 | 2 | 31 | 456 | 52 | 71 |
| Binary | 11000000 | 1100100 | 10111101 | 0 | 110000 | 10 | 11001 | 100101110 | 101010 | 111001 |
Color Harmonies of #C064BD
Complementary color
Monochromatic Colors of #C064BD
Black with #C064BD
Text Example
Text Example
White with #C064BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C064BD; }
p { color: rgb(192,100,189); }
H1.HeaderClassName
{
color: #C064BD;
}
.AnyTagClassName
{
color: #C064BD;
}
</style>
background-color css
<style>
a { background-color: #C064BD; }
a { background-color: rgb(192,100,189); }
div.DivClassName
{
background-color: #C064BD;
}
.BgClassName
{
background-color: #C064BD;
}
</style>
border-color css
<style>
span { border-color: #C064BD; }
span { border-color: rgb(192,100,189); }
td.TdClassName
{
border-color: #C064BD;
}
.TagClassName
{
border-color: #C064BD;
}
</style>