Shades of Fuchsia #C02BCE
Tints of Fuchsia #C02BCE
RGB
CMYK
RGB Variations
Color information
#C02BCE (or 0xC02BCE) is known color: Fuchsia. HEX triplet: C0, 2B and CE. RGB value is (192,43,206). Sum of RGB (Red+Green+Blue) = 192+43+206=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #C02BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BCE is #3FD431. Grayscale: #696969. Windows color (decimal): -4183090 or 13511616. OLE color: 13511616.
HSL color Cylindrical-coordinate representation of color #C02BCE: hue angle of 294.85º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02BCE is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 43 | 206 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.19 |
| HSL | 294.85º | 0.65% | 0.49% | - |
| HSV(B) | 294.85º | 0.79% | 0.81% | - |
| XYZ | 33.74 | 17.39 | 59.97 | - |
| YUV | 106.13 | 184.36 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 206 | 0.07 | 0.79 | 0 | 0.19 | 294.85 | 0.65 | 0.49 |
| Hex | C0 | 2B | CE | 7 | 4F | 0 | 13 | 127 | 41 | 31 |
| Octal | 300 | 53 | 316 | 7 | 117 | 0 | 23 | 447 | 101 | 61 |
| Binary | 11000000 | 101011 | 11001110 | 111 | 1001111 | 0 | 10011 | 100100111 | 1000001 | 110001 |
Color Harmonies of #C02BCE
Complementary color
Monochromatic Colors of #C02BCE
Black with #C02BCE
Text Example
Text Example
White with #C02BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02BCE; }
p { color: rgb(192,43,206); }
H1.HeaderClassName
{
color: #C02BCE;
}
.AnyTagClassName
{
color: #C02BCE;
}
</style>
background-color css
<style>
a { background-color: #C02BCE; }
a { background-color: rgb(192,43,206); }
div.DivClassName
{
background-color: #C02BCE;
}
.BgClassName
{
background-color: #C02BCE;
}
</style>
border-color css
<style>
span { border-color: #C02BCE; }
span { border-color: rgb(192,43,206); }
td.TdClassName
{
border-color: #C02BCE;
}
.TagClassName
{
border-color: #C02BCE;
}
</style>