Shades of Fuchsia #C162C9
Tints of Fuchsia #C162C9
RGB
CMYK
RGB Variations
Color information
#C162C9 (or 0xC162C9) is known color: Fuchsia. HEX triplet: C1, 62 and C9. RGB value is (193,98,201). Sum of RGB (Red+Green+Blue) = 193+98+201=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 201 - color contains mainly: blue. Hex color #C162C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C162C9 is #3E9D36. Grayscale: #898989. Windows color (decimal): -4103479 or 13198017. OLE color: 13198017.
HSL color Cylindrical-coordinate representation of color #C162C9: hue angle of 295.34º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C162C9 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 98 | 201 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.21 |
| HSL | 295.34º | 0.49% | 0.59% | - |
| HSV(B) | 295.34º | 0.51% | 0.79% | - |
| XYZ | 36.9 | 24.29 | 58 | - |
| YUV | 138.15 | 163.47 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 201 | 0.04 | 0.51 | 0 | 0.21 | 295.34 | 0.49 | 0.59 |
| Hex | C1 | 62 | C9 | 4 | 33 | 0 | 15 | 127 | 31 | 3B |
| Octal | 301 | 142 | 311 | 4 | 63 | 0 | 25 | 447 | 61 | 73 |
| Binary | 11000001 | 1100010 | 11001001 | 100 | 110011 | 0 | 10101 | 100100111 | 110001 | 111011 |
Color Harmonies of #C162C9
Complementary color
Monochromatic Colors of #C162C9
Black with #C162C9
Text Example
Text Example
White with #C162C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C162C9; }
p { color: rgb(193,98,201); }
H1.HeaderClassName
{
color: #C162C9;
}
.AnyTagClassName
{
color: #C162C9;
}
</style>
background-color css
<style>
a { background-color: #C162C9; }
a { background-color: rgb(193,98,201); }
div.DivClassName
{
background-color: #C162C9;
}
.BgClassName
{
background-color: #C162C9;
}
</style>
border-color css
<style>
span { border-color: #C162C9; }
span { border-color: rgb(193,98,201); }
td.TdClassName
{
border-color: #C162C9;
}
.TagClassName
{
border-color: #C162C9;
}
</style>