Shades of Fuchsia #C230C8
Tints of Fuchsia #C230C8
RGB
CMYK
RGB Variations
Color information
#C230C8 (or 0xC230C8) is known color: Fuchsia. HEX triplet: C2, 30 and C8. RGB value is (194,48,200). Sum of RGB (Red+Green+Blue) = 194+48+200=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #C230C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C230C8 is #3DCF37. Grayscale: #6C6C6C. Windows color (decimal): -4050744 or 13119682. OLE color: 13119682.
HSL color Cylindrical-coordinate representation of color #C230C8: hue angle of 297.63º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C230C8 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 48 | 200 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.22 |
| HSL | 297.63º | 0.61% | 0.49% | - |
| HSV(B) | 297.63º | 0.76% | 0.78% | - |
| XYZ | 33.73 | 17.75 | 56.29 | - |
| YUV | 108.98 | 179.37 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 200 | 0.03 | 0.76 | 0 | 0.22 | 297.63 | 0.61 | 0.49 |
| Hex | C2 | 30 | C8 | 3 | 4C | 0 | 16 | 12A | 3D | 31 |
| Octal | 302 | 60 | 310 | 3 | 114 | 0 | 26 | 452 | 75 | 61 |
| Binary | 11000010 | 110000 | 11001000 | 11 | 1001100 | 0 | 10110 | 100101010 | 111101 | 110001 |
Color Harmonies of #C230C8
Complementary color
Monochromatic Colors of #C230C8
Black with #C230C8
Text Example
Text Example
White with #C230C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C230C8; }
p { color: rgb(194,48,200); }
H1.HeaderClassName
{
color: #C230C8;
}
.AnyTagClassName
{
color: #C230C8;
}
</style>
background-color css
<style>
a { background-color: #C230C8; }
a { background-color: rgb(194,48,200); }
div.DivClassName
{
background-color: #C230C8;
}
.BgClassName
{
background-color: #C230C8;
}
</style>
border-color css
<style>
span { border-color: #C230C8; }
span { border-color: rgb(194,48,200); }
td.TdClassName
{
border-color: #C230C8;
}
.TagClassName
{
border-color: #C230C8;
}
</style>