Shades of Fuchsia #C242B2
Tints of Fuchsia #C242B2
RGB
CMYK
RGB Variations
Color information
#C242B2 (or 0xC242B2) is known color: Fuchsia. HEX triplet: C2, 42 and B2. RGB value is (194,66,178). Sum of RGB (Red+Green+Blue) = 194+66+178=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 178 (69.92% from 255 or 40.64% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C242B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C242B2 is #3DBD4D. Grayscale: #747474. Windows color (decimal): -4046158 or 11682498. OLE color: 11682498.
HSL color Cylindrical-coordinate representation of color #C242B2: hue angle of 307.5º degrees, saturation: 0.51, 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 #C242B2 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 178 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.24 |
| HSL | 307.5º | 0.51% | 0.51% | - |
| HSV(B) | 307.5º | 0.66% | 0.76% | - |
| XYZ | 32.23 | 18.58 | 44.01 | - |
| YUV | 117.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 178 | 0 | 0.66 | 0.08 | 0.24 | 307.5 | 0.51 | 0.51 |
| Hex | C2 | 42 | B2 | 0 | 42 | 8 | 18 | 134 | 33 | 33 |
| Octal | 302 | 102 | 262 | 0 | 102 | 10 | 30 | 464 | 63 | 63 |
| Binary | 11000010 | 1000010 | 10110010 | 0 | 1000010 | 1000 | 11000 | 100110100 | 110011 | 110011 |
Color Harmonies of #C242B2
Complementary color
Monochromatic Colors of #C242B2
Black with #C242B2
Text Example
Text Example
White with #C242B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242B2; }
p { color: rgb(194,66,178); }
H1.HeaderClassName
{
color: #C242B2;
}
.AnyTagClassName
{
color: #C242B2;
}
</style>
background-color css
<style>
a { background-color: #C242B2; }
a { background-color: rgb(194,66,178); }
div.DivClassName
{
background-color: #C242B2;
}
.BgClassName
{
background-color: #C242B2;
}
</style>
border-color css
<style>
span { border-color: #C242B2; }
span { border-color: rgb(194,66,178); }
td.TdClassName
{
border-color: #C242B2;
}
.TagClassName
{
border-color: #C242B2;
}
</style>