Shades of Fuchsia #C22BCF
Tints of Fuchsia #C22BCF
RGB
CMYK
RGB Variations
Color information
#C22BCF (or 0xC22BCF) is known color: Fuchsia. HEX triplet: C2, 2B and CF. RGB value is (194,43,207). Sum of RGB (Red+Green+Blue) = 194+43+207=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #C22BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22BCF is #3DD430. Grayscale: #6A6A6A. Windows color (decimal): -4052017 or 13577154. OLE color: 13577154.
HSL color Cylindrical-coordinate representation of color #C22BCF: hue angle of 295.24º degrees, saturation: 0.66, 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 #C22BCF is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 43 | 207 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.19 |
| HSL | 295.24º | 0.66% | 0.49% | - |
| HSV(B) | 295.24º | 0.79% | 0.81% | - |
| XYZ | 34.37 | 17.7 | 60.64 | - |
| YUV | 106.85 | 184.53 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 207 | 0.06 | 0.79 | 0 | 0.19 | 295.24 | 0.66 | 0.49 |
| Hex | C2 | 2B | CF | 6 | 4F | 0 | 13 | 127 | 42 | 31 |
| Octal | 302 | 53 | 317 | 6 | 117 | 0 | 23 | 447 | 102 | 61 |
| Binary | 11000010 | 101011 | 11001111 | 110 | 1001111 | 0 | 10011 | 100100111 | 1000010 | 110001 |
Color Harmonies of #C22BCF
Complementary color
Monochromatic Colors of #C22BCF
Black with #C22BCF
Text Example
Text Example
White with #C22BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22BCF; }
p { color: rgb(194,43,207); }
H1.HeaderClassName
{
color: #C22BCF;
}
.AnyTagClassName
{
color: #C22BCF;
}
</style>
background-color css
<style>
a { background-color: #C22BCF; }
a { background-color: rgb(194,43,207); }
div.DivClassName
{
background-color: #C22BCF;
}
.BgClassName
{
background-color: #C22BCF;
}
</style>
border-color css
<style>
span { border-color: #C22BCF; }
span { border-color: rgb(194,43,207); }
td.TdClassName
{
border-color: #C22BCF;
}
.TagClassName
{
border-color: #C22BCF;
}
</style>