Shades of Fuchsia #C372B2
Tints of Fuchsia #C372B2
RGB
CMYK
RGB Variations
Color information
#C372B2 (or 0xC372B2) is known color: Fuchsia. HEX triplet: C3, 72 and B2. RGB value is (195,114,178). Sum of RGB (Red+Green+Blue) = 195+114+178=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C372B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C372B2 is #3C8D4D. Grayscale: #919191. Windows color (decimal): -3968334 or 11694787. OLE color: 11694787.
HSL color Cylindrical-coordinate representation of color #C372B2: hue angle of 312.59º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C372B2 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 178 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.24 |
| HSL | 312.59º | 0.4% | 0.61% | - |
| HSV(B) | 312.59º | 0.42% | 0.76% | - |
| XYZ | 36.56 | 26.85 | 45.38 | - |
| YUV | 145.52 | 146.34 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 178 | 0 | 0.42 | 0.09 | 0.24 | 312.59 | 0.4 | 0.61 |
| Hex | C3 | 72 | B2 | 0 | 2A | 9 | 18 | 139 | 28 | 3D |
| Octal | 303 | 162 | 262 | 0 | 52 | 11 | 30 | 471 | 50 | 75 |
| Binary | 11000011 | 1110010 | 10110010 | 0 | 101010 | 1001 | 11000 | 100111001 | 101000 | 111101 |
Color Harmonies of #C372B2
Complementary color
Monochromatic Colors of #C372B2
Black with #C372B2
Text Example
Text Example
White with #C372B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C372B2; }
p { color: rgb(195,114,178); }
H1.HeaderClassName
{
color: #C372B2;
}
.AnyTagClassName
{
color: #C372B2;
}
</style>
background-color css
<style>
a { background-color: #C372B2; }
a { background-color: rgb(195,114,178); }
div.DivClassName
{
background-color: #C372B2;
}
.BgClassName
{
background-color: #C372B2;
}
</style>
border-color css
<style>
span { border-color: #C372B2; }
span { border-color: rgb(195,114,178); }
td.TdClassName
{
border-color: #C372B2;
}
.TagClassName
{
border-color: #C372B2;
}
</style>