Shades of Fuchsia #C065BD
Tints of Fuchsia #C065BD
RGB
CMYK
RGB Variations
Color information
#C065BD (or 0xC065BD) is known color: Fuchsia. HEX triplet: C0, 65 and BD. RGB value is (192,101,189). Sum of RGB (Red+Green+Blue) = 192+101+189=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C065BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065BD is #3F9A42. Grayscale: #898989. Windows color (decimal): -4168259 or 12412352. OLE color: 12412352.
HSL color Cylindrical-coordinate representation of color #C065BD: hue angle of 301.98º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C065BD is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 189 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.25 |
| HSL | 301.98º | 0.42% | 0.57% | - |
| HSV(B) | 301.98º | 0.47% | 0.75% | - |
| XYZ | 35.58 | 24.19 | 50.94 | - |
| YUV | 138.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 189 | 0 | 0.47 | 0.02 | 0.25 | 301.98 | 0.42 | 0.57 |
| Hex | C0 | 65 | BD | 0 | 2F | 2 | 19 | 12E | 2A | 39 |
| Octal | 300 | 145 | 275 | 0 | 57 | 2 | 31 | 456 | 52 | 71 |
| Binary | 11000000 | 1100101 | 10111101 | 0 | 101111 | 10 | 11001 | 100101110 | 101010 | 111001 |
Color Harmonies of #C065BD
Complementary color
Monochromatic Colors of #C065BD
Black with #C065BD
Text Example
Text Example
White with #C065BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065BD; }
p { color: rgb(192,101,189); }
H1.HeaderClassName
{
color: #C065BD;
}
.AnyTagClassName
{
color: #C065BD;
}
</style>
background-color css
<style>
a { background-color: #C065BD; }
a { background-color: rgb(192,101,189); }
div.DivClassName
{
background-color: #C065BD;
}
.BgClassName
{
background-color: #C065BD;
}
</style>
border-color css
<style>
span { border-color: #C065BD; }
span { border-color: rgb(192,101,189); }
td.TdClassName
{
border-color: #C065BD;
}
.TagClassName
{
border-color: #C065BD;
}
</style>