Shades of Fuchsia #C244BD
Tints of Fuchsia #C244BD
RGB
CMYK
RGB Variations
Color information
#C244BD (or 0xC244BD) is known color: Fuchsia. HEX triplet: C2, 44 and BD. RGB value is (194,68,189). Sum of RGB (Red+Green+Blue) = 194+68+189=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C244BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C244BD is #3DBB42. Grayscale: #777777. Windows color (decimal): -4045635 or 12403906. OLE color: 12403906.
HSL color Cylindrical-coordinate representation of color #C244BD: hue angle of 302.38º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C244BD is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 189 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.24 |
| HSL | 302.38º | 0.51% | 0.51% | - |
| HSV(B) | 302.38º | 0.65% | 0.76% | - |
| XYZ | 33.5 | 19.28 | 50.1 | - |
| YUV | 119.47 | 167.24 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 189 | 0 | 0.65 | 0.03 | 0.24 | 302.38 | 0.51 | 0.51 |
| Hex | C2 | 44 | BD | 0 | 41 | 3 | 18 | 12E | 33 | 33 |
| Octal | 302 | 104 | 275 | 0 | 101 | 3 | 30 | 456 | 63 | 63 |
| Binary | 11000010 | 1000100 | 10111101 | 0 | 1000001 | 11 | 11000 | 100101110 | 110011 | 110011 |
Color Harmonies of #C244BD
Complementary color
Monochromatic Colors of #C244BD
Black with #C244BD
Text Example
Text Example
White with #C244BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C244BD; }
p { color: rgb(194,68,189); }
H1.HeaderClassName
{
color: #C244BD;
}
.AnyTagClassName
{
color: #C244BD;
}
</style>
background-color css
<style>
a { background-color: #C244BD; }
a { background-color: rgb(194,68,189); }
div.DivClassName
{
background-color: #C244BD;
}
.BgClassName
{
background-color: #C244BD;
}
</style>
border-color css
<style>
span { border-color: #C244BD; }
span { border-color: rgb(194,68,189); }
td.TdClassName
{
border-color: #C244BD;
}
.TagClassName
{
border-color: #C244BD;
}
</style>