Shades of Fuchsia #C22CBF
Tints of Fuchsia #C22CBF
RGB
CMYK
RGB Variations
Color information
#C22CBF (or 0xC22CBF) is known color: Fuchsia. HEX triplet: C2, 2C and BF. RGB value is (194,44,191). Sum of RGB (Red+Green+Blue) = 194+44+191=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C22CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22CBF is #3DD340. Grayscale: #696969. Windows color (decimal): -4051777 or 12528834. OLE color: 12528834.
HSL color Cylindrical-coordinate representation of color #C22CBF: hue angle of 301.2º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22CBF is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 191 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.24 |
| HSL | 301.2º | 0.63% | 0.47% | - |
| HSV(B) | 301.2º | 0.77% | 0.76% | - |
| XYZ | 32.55 | 17.03 | 50.86 | - |
| YUV | 105.61 | 176.2 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 191 | 0 | 0.77 | 0.02 | 0.24 | 301.2 | 0.63 | 0.47 |
| Hex | C2 | 2C | BF | 0 | 4D | 2 | 18 | 12D | 3F | 2F |
| Octal | 302 | 54 | 277 | 0 | 115 | 2 | 30 | 455 | 77 | 57 |
| Binary | 11000010 | 101100 | 10111111 | 0 | 1001101 | 10 | 11000 | 100101101 | 111111 | 101111 |
Color Harmonies of #C22CBF
Complementary color
Monochromatic Colors of #C22CBF
Black with #C22CBF
Text Example
Text Example
White with #C22CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22CBF; }
p { color: rgb(194,44,191); }
H1.HeaderClassName
{
color: #C22CBF;
}
.AnyTagClassName
{
color: #C22CBF;
}
</style>
background-color css
<style>
a { background-color: #C22CBF; }
a { background-color: rgb(194,44,191); }
div.DivClassName
{
background-color: #C22CBF;
}
.BgClassName
{
background-color: #C22CBF;
}
</style>
border-color css
<style>
span { border-color: #C22CBF; }
span { border-color: rgb(194,44,191); }
td.TdClassName
{
border-color: #C22CBF;
}
.TagClassName
{
border-color: #C22CBF;
}
</style>