Shades of Fuchsia #C370BF
Tints of Fuchsia #C370BF
RGB
CMYK
RGB Variations
Color information
#C370BF (or 0xC370BF) is known color: Fuchsia. HEX triplet: C3, 70 and BF. RGB value is (195,112,191). Sum of RGB (Red+Green+Blue) = 195+112+191=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C370BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370BF is #3C8F40. Grayscale: #919191. Windows color (decimal): -3968833 or 12546243. OLE color: 12546243.
HSL color Cylindrical-coordinate representation of color #C370BF: hue angle of 302.89º 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 #C370BF is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 191 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.24 |
| HSL | 302.89º | 0.41% | 0.6% | - |
| HSV(B) | 302.89º | 0.43% | 0.76% | - |
| XYZ | 37.7 | 26.95 | 52.51 | - |
| YUV | 145.82 | 153.5 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 191 | 0 | 0.43 | 0.02 | 0.24 | 302.89 | 0.41 | 0.6 |
| Hex | C3 | 70 | BF | 0 | 2B | 2 | 18 | 12F | 29 | 3C |
| Octal | 303 | 160 | 277 | 0 | 53 | 2 | 30 | 457 | 51 | 74 |
| Binary | 11000011 | 1110000 | 10111111 | 0 | 101011 | 10 | 11000 | 100101111 | 101001 | 111100 |
Color Harmonies of #C370BF
Complementary color
Monochromatic Colors of #C370BF
Black with #C370BF
Text Example
Text Example
White with #C370BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C370BF; }
p { color: rgb(195,112,191); }
H1.HeaderClassName
{
color: #C370BF;
}
.AnyTagClassName
{
color: #C370BF;
}
</style>
background-color css
<style>
a { background-color: #C370BF; }
a { background-color: rgb(195,112,191); }
div.DivClassName
{
background-color: #C370BF;
}
.BgClassName
{
background-color: #C370BF;
}
</style>
border-color css
<style>
span { border-color: #C370BF; }
span { border-color: rgb(195,112,191); }
td.TdClassName
{
border-color: #C370BF;
}
.TagClassName
{
border-color: #C370BF;
}
</style>