Shades of Fuchsia #C22BCC
Tints of Fuchsia #C22BCC
RGB
CMYK
RGB Variations
Color information
#C22BCC (or 0xC22BCC) is known color: Fuchsia. HEX triplet: C2, 2B and CC. RGB value is (194,43,204). Sum of RGB (Red+Green+Blue) = 194+43+204=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #C22BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22BCC is #3DD433. Grayscale: #6A6A6A. Windows color (decimal): -4052020 or 13380546. OLE color: 13380546.
HSL color Cylindrical-coordinate representation of color #C22BCC: hue angle of 296.27º 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 #C22BCC is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 43 | 204 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.2 |
| HSL | 296.27º | 0.65% | 0.48% | - |
| HSV(B) | 296.27º | 0.79% | 0.8% | - |
| XYZ | 34.01 | 17.56 | 58.72 | - |
| YUV | 106.5 | 183.03 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 204 | 0.05 | 0.79 | 0 | 0.2 | 296.27 | 0.65 | 0.48 |
| Hex | C2 | 2B | CC | 5 | 4F | 0 | 14 | 128 | 41 | 30 |
| Octal | 302 | 53 | 314 | 5 | 117 | 0 | 24 | 450 | 101 | 60 |
| Binary | 11000010 | 101011 | 11001100 | 101 | 1001111 | 0 | 10100 | 100101000 | 1000001 | 110000 |
Color Harmonies of #C22BCC
Complementary color
Monochromatic Colors of #C22BCC
Black with #C22BCC
Text Example
Text Example
White with #C22BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22BCC; }
p { color: rgb(194,43,204); }
H1.HeaderClassName
{
color: #C22BCC;
}
.AnyTagClassName
{
color: #C22BCC;
}
</style>
background-color css
<style>
a { background-color: #C22BCC; }
a { background-color: rgb(194,43,204); }
div.DivClassName
{
background-color: #C22BCC;
}
.BgClassName
{
background-color: #C22BCC;
}
</style>
border-color css
<style>
span { border-color: #C22BCC; }
span { border-color: rgb(194,43,204); }
td.TdClassName
{
border-color: #C22BCC;
}
.TagClassName
{
border-color: #C22BCC;
}
</style>