Shades of Fuchsia #C22DBD
Tints of Fuchsia #C22DBD
RGB
CMYK
RGB Variations
Color information
#C22DBD (or 0xC22DBD) is known color: Fuchsia. HEX triplet: C2, 2D and BD. RGB value is (194,45,189). Sum of RGB (Red+Green+Blue) = 194+45+189=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C22DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C22DBD is #3DD242. Grayscale: #696969. Windows color (decimal): -4051523 or 12398018. OLE color: 12398018.
HSL color Cylindrical-coordinate representation of color #C22DBD: hue angle of 302.01º degrees, saturation: 0.62, 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 #C22DBD is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 45 | 189 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.24 |
| HSL | 302.01º | 0.62% | 0.47% | - |
| HSV(B) | 302.01º | 0.77% | 0.76% | - |
| XYZ | 32.37 | 17.02 | 49.72 | - |
| YUV | 105.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 45 | 189 | 0 | 0.77 | 0.03 | 0.24 | 302.01 | 0.62 | 0.47 |
| Hex | C2 | 2D | BD | 0 | 4D | 3 | 18 | 12E | 3E | 2F |
| Octal | 302 | 55 | 275 | 0 | 115 | 3 | 30 | 456 | 76 | 57 |
| Binary | 11000010 | 101101 | 10111101 | 0 | 1001101 | 11 | 11000 | 100101110 | 111110 | 101111 |
Color Harmonies of #C22DBD
Complementary color
Monochromatic Colors of #C22DBD
Black with #C22DBD
Text Example
Text Example
White with #C22DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22DBD; }
p { color: rgb(194,45,189); }
H1.HeaderClassName
{
color: #C22DBD;
}
.AnyTagClassName
{
color: #C22DBD;
}
</style>
background-color css
<style>
a { background-color: #C22DBD; }
a { background-color: rgb(194,45,189); }
div.DivClassName
{
background-color: #C22DBD;
}
.BgClassName
{
background-color: #C22DBD;
}
</style>
border-color css
<style>
span { border-color: #C22DBD; }
span { border-color: rgb(194,45,189); }
td.TdClassName
{
border-color: #C22DBD;
}
.TagClassName
{
border-color: #C22DBD;
}
</style>