Shades of Fuchsia #C02BC4
Tints of Fuchsia #C02BC4
RGB
CMYK
RGB Variations
Color information
#C02BC4 (or 0xC02BC4) is known color: Fuchsia. HEX triplet: C0, 2B and C4. RGB value is (192,43,196). Sum of RGB (Red+Green+Blue) = 192+43+196=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #C02BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BC4 is #3FD43B. Grayscale: #686868. Windows color (decimal): -4183100 or 12856256. OLE color: 12856256.
HSL color Cylindrical-coordinate representation of color #C02BC4: hue angle of 298.43º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02BC4 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 43 | 196 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.23 |
| HSL | 298.43º | 0.64% | 0.47% | - |
| HSV(B) | 298.43º | 0.78% | 0.77% | - |
| XYZ | 32.57 | 16.92 | 53.77 | - |
| YUV | 104.99 | 179.36 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 196 | 0.02 | 0.78 | 0 | 0.23 | 298.43 | 0.64 | 0.47 |
| Hex | C0 | 2B | C4 | 2 | 4E | 0 | 17 | 12A | 40 | 2F |
| Octal | 300 | 53 | 304 | 2 | 116 | 0 | 27 | 452 | 100 | 57 |
| Binary | 11000000 | 101011 | 11000100 | 10 | 1001110 | 0 | 10111 | 100101010 | 1000000 | 101111 |
Color Harmonies of #C02BC4
Complementary color
Monochromatic Colors of #C02BC4
Black with #C02BC4
Text Example
Text Example
White with #C02BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02BC4; }
p { color: rgb(192,43,196); }
H1.HeaderClassName
{
color: #C02BC4;
}
.AnyTagClassName
{
color: #C02BC4;
}
</style>
background-color css
<style>
a { background-color: #C02BC4; }
a { background-color: rgb(192,43,196); }
div.DivClassName
{
background-color: #C02BC4;
}
.BgClassName
{
background-color: #C02BC4;
}
</style>
border-color css
<style>
span { border-color: #C02BC4; }
span { border-color: rgb(192,43,196); }
td.TdClassName
{
border-color: #C02BC4;
}
.TagClassName
{
border-color: #C02BC4;
}
</style>