Shades of Fuchsia #C242C3
Tints of Fuchsia #C242C3
RGB
CMYK
RGB Variations
Color information
#C242C3 (or 0xC242C3) is known color: Fuchsia. HEX triplet: C2, 42 and C3. RGB value is (194,66,195). Sum of RGB (Red+Green+Blue) = 194+66+195=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 195 - color contains mainly: blue. Hex color #C242C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C242C3 is #3DBD3C. Grayscale: #767676. Windows color (decimal): -4046141 or 12796610. OLE color: 12796610.
HSL color Cylindrical-coordinate representation of color #C242C3: 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 #C242C3 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 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.05 | 19.31 | 53.56 | - |
| YUV | 118.98 | 170.91 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 195 | 0.01 | 0.66 | 0 | 0.24 | 299.53 | 0.52 | 0.51 |
| Hex | C2 | 42 | C3 | 1 | 42 | 0 | 18 | 12C | 34 | 33 |
| Octal | 302 | 102 | 303 | 1 | 102 | 0 | 30 | 454 | 64 | 63 |
| Binary | 11000010 | 1000010 | 11000011 | 1 | 1000010 | 0 | 11000 | 100101100 | 110100 | 110011 |
Color Harmonies of #C242C3
Complementary color
Monochromatic Colors of #C242C3
Black with #C242C3
Text Example
Text Example
White with #C242C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242C3; }
p { color: rgb(194,66,195); }
H1.HeaderClassName
{
color: #C242C3;
}
.AnyTagClassName
{
color: #C242C3;
}
</style>
background-color css
<style>
a { background-color: #C242C3; }
a { background-color: rgb(194,66,195); }
div.DivClassName
{
background-color: #C242C3;
}
.BgClassName
{
background-color: #C242C3;
}
</style>
border-color css
<style>
span { border-color: #C242C3; }
span { border-color: rgb(194,66,195); }
td.TdClassName
{
border-color: #C242C3;
}
.TagClassName
{
border-color: #C242C3;
}
</style>