Shades of Fuchsia #C370C0
Tints of Fuchsia #C370C0
RGB
CMYK
RGB Variations
Color information
#C370C0 (or 0xC370C0) is known color: Fuchsia. HEX triplet: C3, 70 and C0. RGB value is (195,112,192). Sum of RGB (Red+Green+Blue) = 195+112+192=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C370C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370C0 is #3C8F3F. Grayscale: #919191. Windows color (decimal): -3968832 or 12611779. OLE color: 12611779.
HSL color Cylindrical-coordinate representation of color #C370C0: hue angle of 302.17º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C370C0 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 192 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.24 |
| HSL | 302.17º | 0.41% | 0.6% | - |
| HSV(B) | 302.17º | 0.43% | 0.76% | - |
| XYZ | 37.81 | 27 | 53.09 | - |
| YUV | 145.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 192 | 0 | 0.43 | 0.02 | 0.24 | 302.17 | 0.41 | 0.6 |
| Hex | C3 | 70 | C0 | 0 | 2B | 2 | 18 | 12E | 29 | 3C |
| Octal | 303 | 160 | 300 | 0 | 53 | 2 | 30 | 456 | 51 | 74 |
| Binary | 11000011 | 1110000 | 11000000 | 0 | 101011 | 10 | 11000 | 100101110 | 101001 | 111100 |
Color Harmonies of #C370C0
Complementary color
Monochromatic Colors of #C370C0
Black with #C370C0
Text Example
Text Example
White with #C370C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C370C0; }
p { color: rgb(195,112,192); }
H1.HeaderClassName
{
color: #C370C0;
}
.AnyTagClassName
{
color: #C370C0;
}
</style>
background-color css
<style>
a { background-color: #C370C0; }
a { background-color: rgb(195,112,192); }
div.DivClassName
{
background-color: #C370C0;
}
.BgClassName
{
background-color: #C370C0;
}
</style>
border-color css
<style>
span { border-color: #C370C0; }
span { border-color: rgb(195,112,192); }
td.TdClassName
{
border-color: #C370C0;
}
.TagClassName
{
border-color: #C370C0;
}
</style>