Shades of Fuchsia #C370BB
Tints of Fuchsia #C370BB
RGB
CMYK
RGB Variations
Color information
#C370BB (or 0xC370BB) is known color: Fuchsia. HEX triplet: C3, 70 and BB. RGB value is (195,112,187). Sum of RGB (Red+Green+Blue) = 195+112+187=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C370BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370BB is #3C8F44. Grayscale: #919191. Windows color (decimal): -3968837 or 12284099. OLE color: 12284099.
HSL color Cylindrical-coordinate representation of color #C370BB: hue angle of 305.78º 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 #C370BB is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 187 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.24 |
| HSL | 305.78º | 0.41% | 0.6% | - |
| HSV(B) | 305.78º | 0.43% | 0.76% | - |
| XYZ | 37.27 | 26.78 | 50.22 | - |
| YUV | 145.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 187 | 0 | 0.43 | 0.04 | 0.24 | 305.78 | 0.41 | 0.6 |
| Hex | C3 | 70 | BB | 0 | 2B | 4 | 18 | 132 | 29 | 3C |
| Octal | 303 | 160 | 273 | 0 | 53 | 4 | 30 | 462 | 51 | 74 |
| Binary | 11000011 | 1110000 | 10111011 | 0 | 101011 | 100 | 11000 | 100110010 | 101001 | 111100 |
Color Harmonies of #C370BB
Complementary color
Monochromatic Colors of #C370BB
Black with #C370BB
Text Example
Text Example
White with #C370BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C370BB; }
p { color: rgb(195,112,187); }
H1.HeaderClassName
{
color: #C370BB;
}
.AnyTagClassName
{
color: #C370BB;
}
</style>
background-color css
<style>
a { background-color: #C370BB; }
a { background-color: rgb(195,112,187); }
div.DivClassName
{
background-color: #C370BB;
}
.BgClassName
{
background-color: #C370BB;
}
</style>
border-color css
<style>
span { border-color: #C370BB; }
span { border-color: rgb(195,112,187); }
td.TdClassName
{
border-color: #C370BB;
}
.TagClassName
{
border-color: #C370BB;
}
</style>