Shades of Fuchsia #C249CC
Tints of Fuchsia #C249CC
RGB
CMYK
RGB Variations
Color information
#C249CC (or 0xC249CC) is known color: Fuchsia. HEX triplet: C2, 49 and CC. RGB value is (194,73,204). Sum of RGB (Red+Green+Blue) = 194+73+204=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #C249CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C249CC is #3DB633. Grayscale: #7B7B7B. Windows color (decimal): -4044340 or 13388226. OLE color: 13388226.
HSL color Cylindrical-coordinate representation of color #C249CC: hue angle of 295.42º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C249CC is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 73 | 204 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.2 |
| HSL | 295.42º | 0.56% | 0.54% | - |
| HSV(B) | 295.42º | 0.64% | 0.8% | - |
| XYZ | 35.53 | 20.59 | 59.23 | - |
| YUV | 124.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 204 | 0.05 | 0.64 | 0 | 0.2 | 295.42 | 0.56 | 0.54 |
| Hex | C2 | 49 | CC | 5 | 40 | 0 | 14 | 127 | 38 | 36 |
| Octal | 302 | 111 | 314 | 5 | 100 | 0 | 24 | 447 | 70 | 66 |
| Binary | 11000010 | 1001001 | 11001100 | 101 | 1000000 | 0 | 10100 | 100100111 | 111000 | 110110 |
Color Harmonies of #C249CC
Complementary color
Monochromatic Colors of #C249CC
Black with #C249CC
Text Example
Text Example
White with #C249CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249CC; }
p { color: rgb(194,73,204); }
H1.HeaderClassName
{
color: #C249CC;
}
.AnyTagClassName
{
color: #C249CC;
}
</style>
background-color css
<style>
a { background-color: #C249CC; }
a { background-color: rgb(194,73,204); }
div.DivClassName
{
background-color: #C249CC;
}
.BgClassName
{
background-color: #C249CC;
}
</style>
border-color css
<style>
span { border-color: #C249CC; }
span { border-color: rgb(194,73,204); }
td.TdClassName
{
border-color: #C249CC;
}
.TagClassName
{
border-color: #C249CC;
}
</style>