Shades of Fuchsia #C244CC
Tints of Fuchsia #C244CC
RGB
CMYK
RGB Variations
Color information
#C244CC (or 0xC244CC) is known color: Fuchsia. HEX triplet: C2, 44 and CC. RGB value is (194,68,204). Sum of RGB (Red+Green+Blue) = 194+68+204=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #C244CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C244CC is #3DBB33. Grayscale: #787878. Windows color (decimal): -4045620 or 13386946. OLE color: 13386946.
HSL color Cylindrical-coordinate representation of color #C244CC: hue angle of 295.59º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C244CC is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 68 | 204 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.2 |
| HSL | 295.59º | 0.57% | 0.53% | - |
| HSV(B) | 295.59º | 0.67% | 0.8% | - |
| XYZ | 35.21 | 19.96 | 59.12 | - |
| YUV | 121.18 | 174.74 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 204 | 0.05 | 0.67 | 0 | 0.2 | 295.59 | 0.57 | 0.53 |
| Hex | C2 | 44 | CC | 5 | 43 | 0 | 14 | 128 | 39 | 35 |
| Octal | 302 | 104 | 314 | 5 | 103 | 0 | 24 | 450 | 71 | 65 |
| Binary | 11000010 | 1000100 | 11001100 | 101 | 1000011 | 0 | 10100 | 100101000 | 111001 | 110101 |
Color Harmonies of #C244CC
Complementary color
Monochromatic Colors of #C244CC
Black with #C244CC
Text Example
Text Example
White with #C244CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C244CC; }
p { color: rgb(194,68,204); }
H1.HeaderClassName
{
color: #C244CC;
}
.AnyTagClassName
{
color: #C244CC;
}
</style>
background-color css
<style>
a { background-color: #C244CC; }
a { background-color: rgb(194,68,204); }
div.DivClassName
{
background-color: #C244CC;
}
.BgClassName
{
background-color: #C244CC;
}
</style>
border-color css
<style>
span { border-color: #C244CC; }
span { border-color: rgb(194,68,204); }
td.TdClassName
{
border-color: #C244CC;
}
.TagClassName
{
border-color: #C244CC;
}
</style>