Shades of Fuchsia #C243CC
Tints of Fuchsia #C243CC
RGB
CMYK
RGB Variations
Color information
#C243CC (or 0xC243CC) is known color: Fuchsia. HEX triplet: C2, 43 and CC. RGB value is (194,67,204). Sum of RGB (Red+Green+Blue) = 194+67+204=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #C243CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C243CC is #3DBC33. Grayscale: #787878. Windows color (decimal): -4045876 or 13386690. OLE color: 13386690.
HSL color Cylindrical-coordinate representation of color #C243CC: hue angle of 295.62º 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 #C243CC is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 67 | 204 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.2 |
| HSL | 295.62º | 0.57% | 0.53% | - |
| HSV(B) | 295.62º | 0.67% | 0.8% | - |
| XYZ | 35.15 | 19.84 | 59.1 | - |
| YUV | 120.59 | 175.08 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 204 | 0.05 | 0.67 | 0 | 0.2 | 295.62 | 0.57 | 0.53 |
| Hex | C2 | 43 | CC | 5 | 43 | 0 | 14 | 128 | 39 | 35 |
| Octal | 302 | 103 | 314 | 5 | 103 | 0 | 24 | 450 | 71 | 65 |
| Binary | 11000010 | 1000011 | 11001100 | 101 | 1000011 | 0 | 10100 | 100101000 | 111001 | 110101 |
Color Harmonies of #C243CC
Complementary color
Monochromatic Colors of #C243CC
Black with #C243CC
Text Example
Text Example
White with #C243CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C243CC; }
p { color: rgb(194,67,204); }
H1.HeaderClassName
{
color: #C243CC;
}
.AnyTagClassName
{
color: #C243CC;
}
</style>
background-color css
<style>
a { background-color: #C243CC; }
a { background-color: rgb(194,67,204); }
div.DivClassName
{
background-color: #C243CC;
}
.BgClassName
{
background-color: #C243CC;
}
</style>
border-color css
<style>
span { border-color: #C243CC; }
span { border-color: rgb(194,67,204); }
td.TdClassName
{
border-color: #C243CC;
}
.TagClassName
{
border-color: #C243CC;
}
</style>