Shades of Fuchsia #C162B3
Tints of Fuchsia #C162B3
RGB
CMYK
RGB Variations
Color information
#C162B3 (or 0xC162B3) is known color: Fuchsia. HEX triplet: C1, 62 and B3. RGB value is (193,98,179). Sum of RGB (Red+Green+Blue) = 193+98+179=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 179 (70.31% from 255 or 38.09% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C162B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C162B3 is #3E9D4C. Grayscale: #878787. Windows color (decimal): -4103501 or 11756225. OLE color: 11756225.
HSL color Cylindrical-coordinate representation of color #C162B3: hue angle of 308.84º 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 #C162B3 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 179 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.24 |
| HSL | 308.84º | 0.43% | 0.57% | - |
| HSV(B) | 308.84º | 0.49% | 0.76% | - |
| XYZ | 34.5 | 23.33 | 45.33 | - |
| YUV | 135.64 | 152.47 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 179 | 0 | 0.49 | 0.07 | 0.24 | 308.84 | 0.43 | 0.57 |
| Hex | C1 | 62 | B3 | 0 | 31 | 7 | 18 | 135 | 2B | 39 |
| Octal | 301 | 142 | 263 | 0 | 61 | 7 | 30 | 465 | 53 | 71 |
| Binary | 11000001 | 1100010 | 10110011 | 0 | 110001 | 111 | 11000 | 100110101 | 101011 | 111001 |
Color Harmonies of #C162B3
Complementary color
Monochromatic Colors of #C162B3
Black with #C162B3
Text Example
Text Example
White with #C162B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C162B3; }
p { color: rgb(193,98,179); }
H1.HeaderClassName
{
color: #C162B3;
}
.AnyTagClassName
{
color: #C162B3;
}
</style>
background-color css
<style>
a { background-color: #C162B3; }
a { background-color: rgb(193,98,179); }
div.DivClassName
{
background-color: #C162B3;
}
.BgClassName
{
background-color: #C162B3;
}
</style>
border-color css
<style>
span { border-color: #C162B3; }
span { border-color: rgb(193,98,179); }
td.TdClassName
{
border-color: #C162B3;
}
.TagClassName
{
border-color: #C162B3;
}
</style>