Shades of Fuchsia #C02BBE
Tints of Fuchsia #C02BBE
RGB
CMYK
RGB Variations
Color information
#C02BBE (or 0xC02BBE) is known color: Fuchsia. HEX triplet: C0, 2B and BE. RGB value is (192,43,190). Sum of RGB (Red+Green+Blue) = 192+43+190=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 43 (17.19% from 255 or 10.12% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C02BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BBE is #3FD441. Grayscale: #676767. Windows color (decimal): -4183106 or 12463040. OLE color: 12463040.
HSL color Cylindrical-coordinate representation of color #C02BBE: hue angle of 300.81º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02BBE is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 190 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.25 |
| HSL | 300.81º | 0.63% | 0.46% | - |
| HSV(B) | 300.81º | 0.78% | 0.75% | - |
| XYZ | 31.9 | 16.65 | 50.25 | - |
| YUV | 104.31 | 176.36 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 190 | 0 | 0.78 | 0.01 | 0.25 | 300.81 | 0.63 | 0.46 |
| Hex | C0 | 2B | BE | 0 | 4E | 1 | 19 | 12D | 3F | 2E |
| Octal | 300 | 53 | 276 | 0 | 116 | 1 | 31 | 455 | 77 | 56 |
| Binary | 11000000 | 101011 | 10111110 | 0 | 1001110 | 1 | 11001 | 100101101 | 111111 | 101110 |
Color Harmonies of #C02BBE
Complementary color
Monochromatic Colors of #C02BBE
Black with #C02BBE
Text Example
Text Example
White with #C02BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02BBE; }
p { color: rgb(192,43,190); }
H1.HeaderClassName
{
color: #C02BBE;
}
.AnyTagClassName
{
color: #C02BBE;
}
</style>
background-color css
<style>
a { background-color: #C02BBE; }
a { background-color: rgb(192,43,190); }
div.DivClassName
{
background-color: #C02BBE;
}
.BgClassName
{
background-color: #C02BBE;
}
</style>
border-color css
<style>
span { border-color: #C02BBE; }
span { border-color: rgb(192,43,190); }
td.TdClassName
{
border-color: #C02BBE;
}
.TagClassName
{
border-color: #C02BBE;
}
</style>