Shades of Fuchsia #C22FB2
Tints of Fuchsia #C22FB2
RGB
CMYK
RGB Variations
Color information
#C22FB2 (or 0xC22FB2) is known color: Fuchsia. HEX triplet: C2, 2F and B2. RGB value is (194,47,178). Sum of RGB (Red+Green+Blue) = 194+47+178=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C22FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22FB2 is #3DD04D. Grayscale: #696969. Windows color (decimal): -4051022 or 11677634. OLE color: 11677634.
HSL color Cylindrical-coordinate representation of color #C22FB2: hue angle of 306.53º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C22FB2 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 178 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.24 |
| HSL | 306.53º | 0.61% | 0.47% | - |
| HSV(B) | 306.53º | 0.76% | 0.76% | - |
| XYZ | 31.3 | 16.72 | 43.7 | - |
| YUV | 105.89 | 168.7 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 178 | 0 | 0.76 | 0.08 | 0.24 | 306.53 | 0.61 | 0.47 |
| Hex | C2 | 2F | B2 | 0 | 4C | 8 | 18 | 133 | 3D | 2F |
| Octal | 302 | 57 | 262 | 0 | 114 | 10 | 30 | 463 | 75 | 57 |
| Binary | 11000010 | 101111 | 10110010 | 0 | 1001100 | 1000 | 11000 | 100110011 | 111101 | 101111 |
Color Harmonies of #C22FB2
Complementary color
Monochromatic Colors of #C22FB2
Black with #C22FB2
Text Example
Text Example
White with #C22FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22FB2; }
p { color: rgb(194,47,178); }
H1.HeaderClassName
{
color: #C22FB2;
}
.AnyTagClassName
{
color: #C22FB2;
}
</style>
background-color css
<style>
a { background-color: #C22FB2; }
a { background-color: rgb(194,47,178); }
div.DivClassName
{
background-color: #C22FB2;
}
.BgClassName
{
background-color: #C22FB2;
}
</style>
border-color css
<style>
span { border-color: #C22FB2; }
span { border-color: rgb(194,47,178); }
td.TdClassName
{
border-color: #C22FB2;
}
.TagClassName
{
border-color: #C22FB2;
}
</style>