Shades of Fuchsia #C22BCE
Tints of Fuchsia #C22BCE
RGB
CMYK
RGB Variations
Color information
#C22BCE (or 0xC22BCE) is known color: Fuchsia. HEX triplet: C2, 2B and CE. RGB value is (194,43,206). Sum of RGB (Red+Green+Blue) = 194+43+206=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #C22BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22BCE is #3DD431. Grayscale: #6A6A6A. Windows color (decimal): -4052018 or 13511618. OLE color: 13511618.
HSL color Cylindrical-coordinate representation of color #C22BCE: hue angle of 295.58º 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 #C22BCE is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 43 | 206 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.19 |
| HSL | 295.58º | 0.65% | 0.49% | - |
| HSV(B) | 295.58º | 0.79% | 0.81% | - |
| XYZ | 34.25 | 17.65 | 59.99 | - |
| YUV | 106.73 | 184.03 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 206 | 0.06 | 0.79 | 0 | 0.19 | 295.58 | 0.65 | 0.49 |
| Hex | C2 | 2B | CE | 6 | 4F | 0 | 13 | 128 | 41 | 31 |
| Octal | 302 | 53 | 316 | 6 | 117 | 0 | 23 | 450 | 101 | 61 |
| Binary | 11000010 | 101011 | 11001110 | 110 | 1001111 | 0 | 10011 | 100101000 | 1000001 | 110001 |
Color Harmonies of #C22BCE
Complementary color
Monochromatic Colors of #C22BCE
Black with #C22BCE
Text Example
Text Example
White with #C22BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22BCE; }
p { color: rgb(194,43,206); }
H1.HeaderClassName
{
color: #C22BCE;
}
.AnyTagClassName
{
color: #C22BCE;
}
</style>
background-color css
<style>
a { background-color: #C22BCE; }
a { background-color: rgb(194,43,206); }
div.DivClassName
{
background-color: #C22BCE;
}
.BgClassName
{
background-color: #C22BCE;
}
</style>
border-color css
<style>
span { border-color: #C22BCE; }
span { border-color: rgb(194,43,206); }
td.TdClassName
{
border-color: #C22BCE;
}
.TagClassName
{
border-color: #C22BCE;
}
</style>