Shades of Fuchsia #C02BCC
Tints of Fuchsia #C02BCC
RGB
CMYK
RGB Variations
Color information
#C02BCC (or 0xC02BCC) is known color: Fuchsia. HEX triplet: C0, 2B and CC. RGB value is (192,43,204). Sum of RGB (Red+Green+Blue) = 192+43+204=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 43 (17.19% from 255 or 9.79% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #C02BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BCC is #3FD433. Grayscale: #696969. Windows color (decimal): -4183092 or 13380544. OLE color: 13380544.
HSL color Cylindrical-coordinate representation of color #C02BCC: hue angle of 295.53º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02BCC is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 43 | 204 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.2 |
| HSL | 295.53º | 0.65% | 0.48% | - |
| HSV(B) | 295.53º | 0.79% | 0.8% | - |
| XYZ | 33.5 | 17.29 | 58.7 | - |
| YUV | 105.91 | 183.36 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 204 | 0.06 | 0.79 | 0 | 0.2 | 295.53 | 0.65 | 0.48 |
| Hex | C0 | 2B | CC | 6 | 4F | 0 | 14 | 128 | 41 | 30 |
| Octal | 300 | 53 | 314 | 6 | 117 | 0 | 24 | 450 | 101 | 60 |
| Binary | 11000000 | 101011 | 11001100 | 110 | 1001111 | 0 | 10100 | 100101000 | 1000001 | 110000 |
Color Harmonies of #C02BCC
Complementary color
Monochromatic Colors of #C02BCC
Black with #C02BCC
Text Example
Text Example
White with #C02BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02BCC; }
p { color: rgb(192,43,204); }
H1.HeaderClassName
{
color: #C02BCC;
}
.AnyTagClassName
{
color: #C02BCC;
}
</style>
background-color css
<style>
a { background-color: #C02BCC; }
a { background-color: rgb(192,43,204); }
div.DivClassName
{
background-color: #C02BCC;
}
.BgClassName
{
background-color: #C02BCC;
}
</style>
border-color css
<style>
span { border-color: #C02BCC; }
span { border-color: rgb(192,43,204); }
td.TdClassName
{
border-color: #C02BCC;
}
.TagClassName
{
border-color: #C02BCC;
}
</style>