Shades of Fuchsia #C065BE
Tints of Fuchsia #C065BE
RGB
CMYK
RGB Variations
Color information
#C065BE (or 0xC065BE) is known color: Fuchsia. HEX triplet: C0, 65 and BE. RGB value is (192,101,190). Sum of RGB (Red+Green+Blue) = 192+101+190=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C065BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065BE is #3F9A41. Grayscale: #8A8A8A. Windows color (decimal): -4168258 or 12477888. OLE color: 12477888.
HSL color Cylindrical-coordinate representation of color #C065BE: hue angle of 301.32º 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 #C065BE is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 190 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.25 |
| HSL | 301.32º | 0.42% | 0.57% | - |
| HSV(B) | 301.32º | 0.47% | 0.75% | - |
| XYZ | 35.69 | 24.23 | 51.51 | - |
| YUV | 138.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 190 | 0 | 0.47 | 0.01 | 0.25 | 301.32 | 0.42 | 0.57 |
| Hex | C0 | 65 | BE | 0 | 2F | 1 | 19 | 12D | 2A | 39 |
| Octal | 300 | 145 | 276 | 0 | 57 | 1 | 31 | 455 | 52 | 71 |
| Binary | 11000000 | 1100101 | 10111110 | 0 | 101111 | 1 | 11001 | 100101101 | 101010 | 111001 |
Color Harmonies of #C065BE
Complementary color
Monochromatic Colors of #C065BE
Black with #C065BE
Text Example
Text Example
White with #C065BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065BE; }
p { color: rgb(192,101,190); }
H1.HeaderClassName
{
color: #C065BE;
}
.AnyTagClassName
{
color: #C065BE;
}
</style>
background-color css
<style>
a { background-color: #C065BE; }
a { background-color: rgb(192,101,190); }
div.DivClassName
{
background-color: #C065BE;
}
.BgClassName
{
background-color: #C065BE;
}
</style>
border-color css
<style>
span { border-color: #C065BE; }
span { border-color: rgb(192,101,190); }
td.TdClassName
{
border-color: #C065BE;
}
.TagClassName
{
border-color: #C065BE;
}
</style>