Shades of Fuchsia #C22FCD
Tints of Fuchsia #C22FCD
RGB
CMYK
RGB Variations
Color information
#C22FCD (or 0xC22FCD) is known color: Fuchsia. HEX triplet: C2, 2F and CD. RGB value is (194,47,205). Sum of RGB (Red+Green+Blue) = 194+47+205=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #C22FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22FCD is #3DD032. Grayscale: #6C6C6C. Windows color (decimal): -4050995 or 13447106. OLE color: 13447106.
HSL color Cylindrical-coordinate representation of color #C22FCD: hue angle of 295.82º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22FCD is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 47 | 205 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.20 |
| HSL | 295.82º | 0.63% | 0.49% | - |
| HSV(B) | 295.82º | 0.77% | 0.8% | - |
| XYZ | 34.28 | 17.91 | 59.41 | - |
| YUV | 108.97 | 182.2 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 205 | 0.05 | 0.77 | 0 | 0.20 | 295.82 | 0.63 | 0.49 |
| Hex | C2 | 2F | CD | 5 | 4D | 0 | 14 | 128 | 3F | 31 |
| Octal | 302 | 57 | 315 | 5 | 115 | 0 | 24 | 450 | 77 | 61 |
| Binary | 11000010 | 101111 | 11001101 | 101 | 1001101 | 0 | 10100 | 100101000 | 111111 | 110001 |
Color Harmonies of #C22FCD
Complementary color
Monochromatic Colors of #C22FCD
Black with #C22FCD
Text Example
Text Example
White with #C22FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22FCD; }
p { color: rgb(194,47,205); }
H1.HeaderClassName
{
color: #C22FCD;
}
.AnyTagClassName
{
color: #C22FCD;
}
</style>
background-color css
<style>
a { background-color: #C22FCD; }
a { background-color: rgb(194,47,205); }
div.DivClassName
{
background-color: #C22FCD;
}
.BgClassName
{
background-color: #C22FCD;
}
</style>
border-color css
<style>
span { border-color: #C22FCD; }
span { border-color: rgb(194,47,205); }
td.TdClassName
{
border-color: #C22FCD;
}
.TagClassName
{
border-color: #C22FCD;
}
</style>