Shades of Fuchsia #C162B8
Tints of Fuchsia #C162B8
RGB
CMYK
RGB Variations
Color information
#C162B8 (or 0xC162B8) is known color: Fuchsia. HEX triplet: C1, 62 and B8. RGB value is (193,98,184). Sum of RGB (Red+Green+Blue) = 193+98+184=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C162B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C162B8 is #3E9D47. Grayscale: #878787. Windows color (decimal): -4103496 or 12083905. OLE color: 12083905.
HSL color Cylindrical-coordinate representation of color #C162B8: hue angle of 305.68º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C162B8 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 184 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.24 |
| HSL | 305.68º | 0.43% | 0.57% | - |
| HSV(B) | 305.68º | 0.49% | 0.76% | - |
| XYZ | 35.01 | 23.53 | 48.04 | - |
| YUV | 136.21 | 154.97 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 184 | 0 | 0.49 | 0.05 | 0.24 | 305.68 | 0.43 | 0.57 |
| Hex | C1 | 62 | B8 | 0 | 31 | 5 | 18 | 132 | 2B | 39 |
| Octal | 301 | 142 | 270 | 0 | 61 | 5 | 30 | 462 | 53 | 71 |
| Binary | 11000001 | 1100010 | 10111000 | 0 | 110001 | 101 | 11000 | 100110010 | 101011 | 111001 |
Color Harmonies of #C162B8
Complementary color
Monochromatic Colors of #C162B8
Black with #C162B8
Text Example
Text Example
White with #C162B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C162B8; }
p { color: rgb(193,98,184); }
H1.HeaderClassName
{
color: #C162B8;
}
.AnyTagClassName
{
color: #C162B8;
}
</style>
background-color css
<style>
a { background-color: #C162B8; }
a { background-color: rgb(193,98,184); }
div.DivClassName
{
background-color: #C162B8;
}
.BgClassName
{
background-color: #C162B8;
}
</style>
border-color css
<style>
span { border-color: #C162B8; }
span { border-color: rgb(193,98,184); }
td.TdClassName
{
border-color: #C162B8;
}
.TagClassName
{
border-color: #C162B8;
}
</style>