Shades of Fuchsia #C02CCB
Tints of Fuchsia #C02CCB
RGB
CMYK
RGB Variations
Color information
#C02CCB (or 0xC02CCB) is known color: Fuchsia. HEX triplet: C0, 2C and CB. RGB value is (192,44,203). Sum of RGB (Red+Green+Blue) = 192+44+203=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #C02CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CCB is #3FD334. Grayscale: #696969. Windows color (decimal): -4182837 or 13315264. OLE color: 13315264.
HSL color Cylindrical-coordinate representation of color #C02CCB: hue angle of 295.85º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02CCB is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 44 | 203 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.20 |
| HSL | 295.85º | 0.64% | 0.48% | - |
| HSV(B) | 295.85º | 0.78% | 0.8% | - |
| XYZ | 33.42 | 17.32 | 58.08 | - |
| YUV | 106.38 | 182.53 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 203 | 0.05 | 0.78 | 0 | 0.20 | 295.85 | 0.64 | 0.48 |
| Hex | C0 | 2C | CB | 5 | 4E | 0 | 14 | 128 | 40 | 30 |
| Octal | 300 | 54 | 313 | 5 | 116 | 0 | 24 | 450 | 100 | 60 |
| Binary | 11000000 | 101100 | 11001011 | 101 | 1001110 | 0 | 10100 | 100101000 | 1000000 | 110000 |
Color Harmonies of #C02CCB
Complementary color
Monochromatic Colors of #C02CCB
Black with #C02CCB
Text Example
Text Example
White with #C02CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CCB; }
p { color: rgb(192,44,203); }
H1.HeaderClassName
{
color: #C02CCB;
}
.AnyTagClassName
{
color: #C02CCB;
}
</style>
background-color css
<style>
a { background-color: #C02CCB; }
a { background-color: rgb(192,44,203); }
div.DivClassName
{
background-color: #C02CCB;
}
.BgClassName
{
background-color: #C02CCB;
}
</style>
border-color css
<style>
span { border-color: #C02CCB; }
span { border-color: rgb(192,44,203); }
td.TdClassName
{
border-color: #C02CCB;
}
.TagClassName
{
border-color: #C02CCB;
}
</style>