Shades of Fuchsia #C230C2
Tints of Fuchsia #C230C2
RGB
CMYK
RGB Variations
Color information
#C230C2 (or 0xC230C2) is known color: Fuchsia. HEX triplet: C2, 30 and C2. RGB value is (194,48,194). Sum of RGB (Red+Green+Blue) = 194+48+194=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C230C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C230C2 is #3DCF3D. Grayscale: #6B6B6B. Windows color (decimal): -4050750 or 12726466. OLE color: 12726466.
HSL color Cylindrical-coordinate representation of color #C230C2: hue angle of 300º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C230C2 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 194 | - |
| CMYK | 0 | 0.75 | 0 | 0.24 |
| HSL | 300º | 0.6% | 0.47% | - |
| HSV(B) | 300º | 0.75% | 0.76% | - |
| XYZ | 33.04 | 17.48 | 52.67 | - |
| YUV | 108.3 | 176.37 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 194 | 0 | 0.75 | 0 | 0.24 | 300 | 0.6 | 0.47 |
| Hex | C2 | 30 | C2 | 0 | 4B | 0 | 18 | 12C | 3C | 2F |
| Octal | 302 | 60 | 302 | 0 | 113 | 0 | 30 | 454 | 74 | 57 |
| Binary | 11000010 | 110000 | 11000010 | 0 | 1001011 | 0 | 11000 | 100101100 | 111100 | 101111 |
Color Harmonies of #C230C2
Complementary color
Monochromatic Colors of #C230C2
Black with #C230C2
Text Example
Text Example
White with #C230C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C230C2; }
p { color: rgb(194,48,194); }
H1.HeaderClassName
{
color: #C230C2;
}
.AnyTagClassName
{
color: #C230C2;
}
</style>
background-color css
<style>
a { background-color: #C230C2; }
a { background-color: rgb(194,48,194); }
div.DivClassName
{
background-color: #C230C2;
}
.BgClassName
{
background-color: #C230C2;
}
</style>
border-color css
<style>
span { border-color: #C230C2; }
span { border-color: rgb(194,48,194); }
td.TdClassName
{
border-color: #C230C2;
}
.TagClassName
{
border-color: #C230C2;
}
</style>