Shades of Fuchsia #C370B7
Tints of Fuchsia #C370B7
RGB
CMYK
RGB Variations
Color information
#C370B7 (or 0xC370B7) is known color: Fuchsia. HEX triplet: C3, 70 and B7. RGB value is (195,112,183). Sum of RGB (Red+Green+Blue) = 195+112+183=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C370B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370B7 is #3C8F48. Grayscale: #909090. Windows color (decimal): -3968841 or 12021955. OLE color: 12021955.
HSL color Cylindrical-coordinate representation of color #C370B7: hue angle of 308.67º 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 #C370B7 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 183 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.24 |
| HSL | 308.67º | 0.41% | 0.6% | - |
| HSV(B) | 308.67º | 0.43% | 0.76% | - |
| XYZ | 36.85 | 26.61 | 47.99 | - |
| YUV | 144.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 183 | 0 | 0.43 | 0.06 | 0.24 | 308.67 | 0.41 | 0.6 |
| Hex | C3 | 70 | B7 | 0 | 2B | 6 | 18 | 135 | 29 | 3C |
| Octal | 303 | 160 | 267 | 0 | 53 | 6 | 30 | 465 | 51 | 74 |
| Binary | 11000011 | 1110000 | 10110111 | 0 | 101011 | 110 | 11000 | 100110101 | 101001 | 111100 |
Color Harmonies of #C370B7
Complementary color
Monochromatic Colors of #C370B7
Black with #C370B7
Text Example
Text Example
White with #C370B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C370B7; }
p { color: rgb(195,112,183); }
H1.HeaderClassName
{
color: #C370B7;
}
.AnyTagClassName
{
color: #C370B7;
}
</style>
background-color css
<style>
a { background-color: #C370B7; }
a { background-color: rgb(195,112,183); }
div.DivClassName
{
background-color: #C370B7;
}
.BgClassName
{
background-color: #C370B7;
}
</style>
border-color css
<style>
span { border-color: #C370B7; }
span { border-color: rgb(195,112,183); }
td.TdClassName
{
border-color: #C370B7;
}
.TagClassName
{
border-color: #C370B7;
}
</style>