Shades of Fuchsia #C370B0
Tints of Fuchsia #C370B0
RGB
CMYK
RGB Variations
Color information
#C370B0 (or 0xC370B0) is known color: Fuchsia. HEX triplet: C3, 70 and B0. RGB value is (195,112,176). Sum of RGB (Red+Green+Blue) = 195+112+176=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C370B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C370B0 is #3C8F4F. Grayscale: #8F8F8F. Windows color (decimal): -3968848 or 11563203. OLE color: 11563203.
HSL color Cylindrical-coordinate representation of color #C370B0: hue angle of 313.73º 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 #C370B0 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 176 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.24 |
| HSL | 313.73º | 0.41% | 0.6% | - |
| HSV(B) | 313.73º | 0.43% | 0.76% | - |
| XYZ | 36.14 | 26.33 | 44.25 | - |
| YUV | 144.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 176 | 0 | 0.43 | 0.10 | 0.24 | 313.73 | 0.41 | 0.6 |
| Hex | C3 | 70 | B0 | 0 | 2B | A | 18 | 13A | 29 | 3C |
| Octal | 303 | 160 | 260 | 0 | 53 | 12 | 30 | 472 | 51 | 74 |
| Binary | 11000011 | 1110000 | 10110000 | 0 | 101011 | 1010 | 11000 | 100111010 | 101001 | 111100 |
Color Harmonies of #C370B0
Complementary color
Monochromatic Colors of #C370B0
Black with #C370B0
Text Example
Text Example
White with #C370B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C370B0; }
p { color: rgb(195,112,176); }
H1.HeaderClassName
{
color: #C370B0;
}
.AnyTagClassName
{
color: #C370B0;
}
</style>
background-color css
<style>
a { background-color: #C370B0; }
a { background-color: rgb(195,112,176); }
div.DivClassName
{
background-color: #C370B0;
}
.BgClassName
{
background-color: #C370B0;
}
</style>
border-color css
<style>
span { border-color: #C370B0; }
span { border-color: rgb(195,112,176); }
td.TdClassName
{
border-color: #C370B0;
}
.TagClassName
{
border-color: #C370B0;
}
</style>