Shades of Fuchsia #C22DCF
Tints of Fuchsia #C22DCF
RGB
CMYK
RGB Variations
Color information
#C22DCF (or 0xC22DCF) is known color: Fuchsia. HEX triplet: C2, 2D and CF. RGB value is (194,45,207). Sum of RGB (Red+Green+Blue) = 194+45+207=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #C22DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22DCF is #3DD230. Grayscale: #6B6B6B. Windows color (decimal): -4051505 or 13577666. OLE color: 13577666.
HSL color Cylindrical-coordinate representation of color #C22DCF: hue angle of 295.19º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22DCF is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 45 | 207 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.19 |
| HSL | 295.19º | 0.64% | 0.49% | - |
| HSV(B) | 295.19º | 0.78% | 0.81% | - |
| XYZ | 34.45 | 17.85 | 60.66 | - |
| YUV | 108.02 | 183.86 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 207 | 0.06 | 0.78 | 0 | 0.19 | 295.19 | 0.64 | 0.49 |
| Hex | C2 | 2D | CF | 6 | 4E | 0 | 13 | 127 | 40 | 31 |
| Octal | 302 | 55 | 317 | 6 | 116 | 0 | 23 | 447 | 100 | 61 |
| Binary | 11000010 | 101101 | 11001111 | 110 | 1001110 | 0 | 10011 | 100100111 | 1000000 | 110001 |
Color Harmonies of #C22DCF
Complementary color
Monochromatic Colors of #C22DCF
Black with #C22DCF
Text Example
Text Example
White with #C22DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22DCF; }
p { color: rgb(194,45,207); }
H1.HeaderClassName
{
color: #C22DCF;
}
.AnyTagClassName
{
color: #C22DCF;
}
</style>
background-color css
<style>
a { background-color: #C22DCF; }
a { background-color: rgb(194,45,207); }
div.DivClassName
{
background-color: #C22DCF;
}
.BgClassName
{
background-color: #C22DCF;
}
</style>
border-color css
<style>
span { border-color: #C22DCF; }
span { border-color: rgb(194,45,207); }
td.TdClassName
{
border-color: #C22DCF;
}
.TagClassName
{
border-color: #C22DCF;
}
</style>