Shades of Fuchsia #C02FBE
Tints of Fuchsia #C02FBE
RGB
CMYK
RGB Variations
Color information
#C02FBE (or 0xC02FBE) is known color: Fuchsia. HEX triplet: C0, 2F and BE. RGB value is (192,47,190). Sum of RGB (Red+Green+Blue) = 192+47+190=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C02FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FBE is #3FD041. Grayscale: #6A6A6A. Windows color (decimal): -4182082 or 12464064. OLE color: 12464064.
HSL color Cylindrical-coordinate representation of color #C02FBE: hue angle of 300.83º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02FBE is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 47 | 190 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.25 |
| HSL | 300.83º | 0.61% | 0.47% | - |
| HSV(B) | 300.83º | 0.76% | 0.75% | - |
| XYZ | 32.05 | 16.96 | 50.3 | - |
| YUV | 106.66 | 175.04 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 47 | 190 | 0 | 0.76 | 0.01 | 0.25 | 300.83 | 0.61 | 0.47 |
| Hex | C0 | 2F | BE | 0 | 4C | 1 | 19 | 12D | 3D | 2F |
| Octal | 300 | 57 | 276 | 0 | 114 | 1 | 31 | 455 | 75 | 57 |
| Binary | 11000000 | 101111 | 10111110 | 0 | 1001100 | 1 | 11001 | 100101101 | 111101 | 101111 |
Color Harmonies of #C02FBE
Complementary color
Monochromatic Colors of #C02FBE
Black with #C02FBE
Text Example
Text Example
White with #C02FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02FBE; }
p { color: rgb(192,47,190); }
H1.HeaderClassName
{
color: #C02FBE;
}
.AnyTagClassName
{
color: #C02FBE;
}
</style>
background-color css
<style>
a { background-color: #C02FBE; }
a { background-color: rgb(192,47,190); }
div.DivClassName
{
background-color: #C02FBE;
}
.BgClassName
{
background-color: #C02FBE;
}
</style>
border-color css
<style>
span { border-color: #C02FBE; }
span { border-color: rgb(192,47,190); }
td.TdClassName
{
border-color: #C02FBE;
}
.TagClassName
{
border-color: #C02FBE;
}
</style>