Shades of Fuchsia #C373BB
Tints of Fuchsia #C373BB
RGB
CMYK
RGB Variations
Color information
#C373BB (or 0xC373BB) is known color: Fuchsia. HEX triplet: C3, 73 and BB. RGB value is (195,115,187). Sum of RGB (Red+Green+Blue) = 195+115+187=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C373BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373BB is #3C8C44. Grayscale: #929292. Windows color (decimal): -3968069 or 12284867. OLE color: 12284867.
HSL color Cylindrical-coordinate representation of color #C373BB: hue angle of 306º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C373BB is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 187 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.24 |
| HSL | 306º | 0.4% | 0.61% | - |
| HSV(B) | 306º | 0.41% | 0.76% | - |
| XYZ | 37.61 | 27.45 | 50.33 | - |
| YUV | 147.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 187 | 0 | 0.41 | 0.04 | 0.24 | 306 | 0.4 | 0.61 |
| Hex | C3 | 73 | BB | 0 | 29 | 4 | 18 | 132 | 28 | 3D |
| Octal | 303 | 163 | 273 | 0 | 51 | 4 | 30 | 462 | 50 | 75 |
| Binary | 11000011 | 1110011 | 10111011 | 0 | 101001 | 100 | 11000 | 100110010 | 101000 | 111101 |
Color Harmonies of #C373BB
Complementary color
Monochromatic Colors of #C373BB
Black with #C373BB
Text Example
Text Example
White with #C373BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C373BB; }
p { color: rgb(195,115,187); }
H1.HeaderClassName
{
color: #C373BB;
}
.AnyTagClassName
{
color: #C373BB;
}
</style>
background-color css
<style>
a { background-color: #C373BB; }
a { background-color: rgb(195,115,187); }
div.DivClassName
{
background-color: #C373BB;
}
.BgClassName
{
background-color: #C373BB;
}
</style>
border-color css
<style>
span { border-color: #C373BB; }
span { border-color: rgb(195,115,187); }
td.TdClassName
{
border-color: #C373BB;
}
.TagClassName
{
border-color: #C373BB;
}
</style>