Shades of Fuchsia #C065BC
Tints of Fuchsia #C065BC
RGB
CMYK
RGB Variations
Color information
#C065BC (or 0xC065BC) is known color: Fuchsia. HEX triplet: C0, 65 and BC. RGB value is (192,101,188). Sum of RGB (Red+Green+Blue) = 192+101+188=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C065BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065BC is #3F9A43. Grayscale: #898989. Windows color (decimal): -4168260 or 12346816. OLE color: 12346816.
HSL color Cylindrical-coordinate representation of color #C065BC: hue angle of 302.64º 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 #C065BC is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 188 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.25 |
| HSL | 302.64º | 0.42% | 0.57% | - |
| HSV(B) | 302.64º | 0.47% | 0.75% | - |
| XYZ | 35.47 | 24.14 | 50.37 | - |
| YUV | 138.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 188 | 0 | 0.47 | 0.02 | 0.25 | 302.64 | 0.42 | 0.57 |
| Hex | C0 | 65 | BC | 0 | 2F | 2 | 19 | 12F | 2A | 39 |
| Octal | 300 | 145 | 274 | 0 | 57 | 2 | 31 | 457 | 52 | 71 |
| Binary | 11000000 | 1100101 | 10111100 | 0 | 101111 | 10 | 11001 | 100101111 | 101010 | 111001 |
Color Harmonies of #C065BC
Complementary color
Monochromatic Colors of #C065BC
Black with #C065BC
Text Example
Text Example
White with #C065BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065BC; }
p { color: rgb(192,101,188); }
H1.HeaderClassName
{
color: #C065BC;
}
.AnyTagClassName
{
color: #C065BC;
}
</style>
background-color css
<style>
a { background-color: #C065BC; }
a { background-color: rgb(192,101,188); }
div.DivClassName
{
background-color: #C065BC;
}
.BgClassName
{
background-color: #C065BC;
}
</style>
border-color css
<style>
span { border-color: #C065BC; }
span { border-color: rgb(192,101,188); }
td.TdClassName
{
border-color: #C065BC;
}
.TagClassName
{
border-color: #C065BC;
}
</style>