Shades of Fuchsia #C430C2
Tints of Fuchsia #C430C2
RGB
CMYK
RGB Variations
Color information
#C430C2 (or 0xC430C2) is known color: Fuchsia. HEX triplet: C4, 30 and C2. RGB value is (196,48,194). Sum of RGB (Red+Green+Blue) = 196+48+194=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C430C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C430C2 is #3BCF3D. Grayscale: #6C6C6C. Windows color (decimal): -3919678 or 12726468. OLE color: 12726468.
HSL color Cylindrical-coordinate representation of color #C430C2: hue angle of 300.81º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C430C2 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 194 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.23 |
| HSL | 300.81º | 0.61% | 0.48% | - |
| HSV(B) | 300.81º | 0.76% | 0.77% | - |
| XYZ | 33.56 | 17.74 | 52.7 | - |
| YUV | 108.9 | 176.03 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 194 | 0 | 0.76 | 0.01 | 0.23 | 300.81 | 0.61 | 0.48 |
| Hex | C4 | 30 | C2 | 0 | 4C | 1 | 17 | 12D | 3D | 30 |
| Octal | 304 | 60 | 302 | 0 | 114 | 1 | 27 | 455 | 75 | 60 |
| Binary | 11000100 | 110000 | 11000010 | 0 | 1001100 | 1 | 10111 | 100101101 | 111101 | 110000 |
Color Harmonies of #C430C2
Complementary color
Monochromatic Colors of #C430C2
Black with #C430C2
Text Example
Text Example
White with #C430C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C430C2; }
p { color: rgb(196,48,194); }
H1.HeaderClassName
{
color: #C430C2;
}
.AnyTagClassName
{
color: #C430C2;
}
</style>
background-color css
<style>
a { background-color: #C430C2; }
a { background-color: rgb(196,48,194); }
div.DivClassName
{
background-color: #C430C2;
}
.BgClassName
{
background-color: #C430C2;
}
</style>
border-color css
<style>
span { border-color: #C430C2; }
span { border-color: rgb(196,48,194); }
td.TdClassName
{
border-color: #C430C2;
}
.TagClassName
{
border-color: #C430C2;
}
</style>