Shades of Fuchsia #C243C3
Tints of Fuchsia #C243C3
RGB
CMYK
RGB Variations
Color information
#C243C3 (or 0xC243C3) is known color: Fuchsia. HEX triplet: C2, 43 and C3. RGB value is (194,67,195). Sum of RGB (Red+Green+Blue) = 194+67+195=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 67 (26.56% from 255 or 14.69% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 195 - color contains mainly: blue. Hex color #C243C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C243C3 is #3DBC3C. Grayscale: #777777. Windows color (decimal): -4045885 or 12796866. OLE color: 12796866.
HSL color Cylindrical-coordinate representation of color #C243C3: hue angle of 299.53º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C243C3 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 195 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.24 |
| HSL | 299.53º | 0.52% | 0.51% | - |
| HSV(B) | 299.53º | 0.66% | 0.76% | - |
| XYZ | 34.11 | 19.42 | 53.58 | - |
| YUV | 119.57 | 170.58 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 195 | 0.01 | 0.66 | 0 | 0.24 | 299.53 | 0.52 | 0.51 |
| Hex | C2 | 43 | C3 | 1 | 42 | 0 | 18 | 12C | 34 | 33 |
| Octal | 302 | 103 | 303 | 1 | 102 | 0 | 30 | 454 | 64 | 63 |
| Binary | 11000010 | 1000011 | 11000011 | 1 | 1000010 | 0 | 11000 | 100101100 | 110100 | 110011 |
Color Harmonies of #C243C3
Complementary color
Monochromatic Colors of #C243C3
Black with #C243C3
Text Example
Text Example
White with #C243C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C243C3; }
p { color: rgb(194,67,195); }
H1.HeaderClassName
{
color: #C243C3;
}
.AnyTagClassName
{
color: #C243C3;
}
</style>
background-color css
<style>
a { background-color: #C243C3; }
a { background-color: rgb(194,67,195); }
div.DivClassName
{
background-color: #C243C3;
}
.BgClassName
{
background-color: #C243C3;
}
</style>
border-color css
<style>
span { border-color: #C243C3; }
span { border-color: rgb(194,67,195); }
td.TdClassName
{
border-color: #C243C3;
}
.TagClassName
{
border-color: #C243C3;
}
</style>