Shades of Fuchsia #C370B9
Tints of Fuchsia #C370B9
RGB
CMYK
RGB Variations
Color information
#C370B9 (or 0xC370B9) is known color: Fuchsia. HEX triplet: C3, 70 and B9. RGB value is (195,112,185). Sum of RGB (Red+Green+Blue) = 195+112+185=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C370B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370B9 is #3C8F46. Grayscale: #909090. Windows color (decimal): -3968839 or 12153027. OLE color: 12153027.
HSL color Cylindrical-coordinate representation of color #C370B9: hue angle of 307.23º 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 #C370B9 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 185 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.24 |
| HSL | 307.23º | 0.41% | 0.6% | - |
| HSV(B) | 307.23º | 0.43% | 0.76% | - |
| XYZ | 37.06 | 26.69 | 49.1 | - |
| YUV | 145.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 185 | 0 | 0.43 | 0.05 | 0.24 | 307.23 | 0.41 | 0.6 |
| Hex | C3 | 70 | B9 | 0 | 2B | 5 | 18 | 133 | 29 | 3C |
| Octal | 303 | 160 | 271 | 0 | 53 | 5 | 30 | 463 | 51 | 74 |
| Binary | 11000011 | 1110000 | 10111001 | 0 | 101011 | 101 | 11000 | 100110011 | 101001 | 111100 |
Color Harmonies of #C370B9
Complementary color
Monochromatic Colors of #C370B9
Black with #C370B9
Text Example
Text Example
White with #C370B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C370B9; }
p { color: rgb(195,112,185); }
H1.HeaderClassName
{
color: #C370B9;
}
.AnyTagClassName
{
color: #C370B9;
}
</style>
background-color css
<style>
a { background-color: #C370B9; }
a { background-color: rgb(195,112,185); }
div.DivClassName
{
background-color: #C370B9;
}
.BgClassName
{
background-color: #C370B9;
}
</style>
border-color css
<style>
span { border-color: #C370B9; }
span { border-color: rgb(195,112,185); }
td.TdClassName
{
border-color: #C370B9;
}
.TagClassName
{
border-color: #C370B9;
}
</style>