Shades of Fuchsia #C430C7
Tints of Fuchsia #C430C7
RGB
CMYK
RGB Variations
Color information
#C430C7 (or 0xC430C7) is known color: Fuchsia. HEX triplet: C4, 30 and C7. RGB value is (196,48,199). Sum of RGB (Red+Green+Blue) = 196+48+199=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 199 (78.12% from 255 or 44.92% from 443); Max value from RGB is 199 - color contains mainly: blue. Hex color #C430C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C430C7 is #3BCF38. Grayscale: #6D6D6D. Windows color (decimal): -3919673 or 13054148. OLE color: 13054148.
HSL color Cylindrical-coordinate representation of color #C430C7: hue angle of 298.81º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C430C7 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 48 | 199 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.22 |
| HSL | 298.81º | 0.61% | 0.48% | - |
| HSV(B) | 298.81º | 0.76% | 0.78% | - |
| XYZ | 34.13 | 17.97 | 55.7 | - |
| YUV | 109.47 | 178.53 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 199 | 0.02 | 0.76 | 0 | 0.22 | 298.81 | 0.61 | 0.48 |
| Hex | C4 | 30 | C7 | 2 | 4C | 0 | 16 | 12B | 3D | 30 |
| Octal | 304 | 60 | 307 | 2 | 114 | 0 | 26 | 453 | 75 | 60 |
| Binary | 11000100 | 110000 | 11000111 | 10 | 1001100 | 0 | 10110 | 100101011 | 111101 | 110000 |
Color Harmonies of #C430C7
Complementary color
Monochromatic Colors of #C430C7
Black with #C430C7
Text Example
Text Example
White with #C430C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C430C7; }
p { color: rgb(196,48,199); }
H1.HeaderClassName
{
color: #C430C7;
}
.AnyTagClassName
{
color: #C430C7;
}
</style>
background-color css
<style>
a { background-color: #C430C7; }
a { background-color: rgb(196,48,199); }
div.DivClassName
{
background-color: #C430C7;
}
.BgClassName
{
background-color: #C430C7;
}
</style>
border-color css
<style>
span { border-color: #C430C7; }
span { border-color: rgb(196,48,199); }
td.TdClassName
{
border-color: #C430C7;
}
.TagClassName
{
border-color: #C430C7;
}
</style>