Shades of Fuchsia #C02EBD
Tints of Fuchsia #C02EBD
RGB
CMYK
RGB Variations
Color information
#C02EBD (or 0xC02EBD) is known color: Fuchsia. HEX triplet: C0, 2E and BD. RGB value is (192,46,189). Sum of RGB (Red+Green+Blue) = 192+46+189=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C02EBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02EBD is #3FD142. Grayscale: #696969. Windows color (decimal): -4182339 or 12398272. OLE color: 12398272.
HSL color Cylindrical-coordinate representation of color #C02EBD: hue angle of 301.23º 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 #C02EBD is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 189 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.25 |
| HSL | 301.23º | 0.61% | 0.47% | - |
| HSV(B) | 301.23º | 0.76% | 0.75% | - |
| XYZ | 31.9 | 16.83 | 49.71 | - |
| YUV | 105.96 | 174.87 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 189 | 0 | 0.76 | 0.02 | 0.25 | 301.23 | 0.61 | 0.47 |
| Hex | C0 | 2E | BD | 0 | 4C | 2 | 19 | 12D | 3D | 2F |
| Octal | 300 | 56 | 275 | 0 | 114 | 2 | 31 | 455 | 75 | 57 |
| Binary | 11000000 | 101110 | 10111101 | 0 | 1001100 | 10 | 11001 | 100101101 | 111101 | 101111 |
Color Harmonies of #C02EBD
Complementary color
Monochromatic Colors of #C02EBD
Black with #C02EBD
Text Example
Text Example
White with #C02EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02EBD; }
p { color: rgb(192,46,189); }
H1.HeaderClassName
{
color: #C02EBD;
}
.AnyTagClassName
{
color: #C02EBD;
}
</style>
background-color css
<style>
a { background-color: #C02EBD; }
a { background-color: rgb(192,46,189); }
div.DivClassName
{
background-color: #C02EBD;
}
.BgClassName
{
background-color: #C02EBD;
}
</style>
border-color css
<style>
span { border-color: #C02EBD; }
span { border-color: rgb(192,46,189); }
td.TdClassName
{
border-color: #C02EBD;
}
.TagClassName
{
border-color: #C02EBD;
}
</style>