Shades of Fuchsia #C170B2
Tints of Fuchsia #C170B2
RGB
CMYK
RGB Variations
Color information
#C170B2 (or 0xC170B2) is known color: Fuchsia. HEX triplet: C1, 70 and B2. RGB value is (193,112,178). Sum of RGB (Red+Green+Blue) = 193+112+178=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C170B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C170B2 is #3E8F4D. Grayscale: #8F8F8F. Windows color (decimal): -4099918 or 11694273. OLE color: 11694273.
HSL color Cylindrical-coordinate representation of color #C170B2: hue angle of 311.11º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C170B2 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 178 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.24 |
| HSL | 311.11º | 0.4% | 0.6% | - |
| HSV(B) | 311.11º | 0.42% | 0.76% | - |
| XYZ | 35.82 | 26.14 | 45.28 | - |
| YUV | 143.74 | 147.34 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 178 | 0 | 0.42 | 0.08 | 0.24 | 311.11 | 0.4 | 0.6 |
| Hex | C1 | 70 | B2 | 0 | 2A | 8 | 18 | 137 | 28 | 3C |
| Octal | 301 | 160 | 262 | 0 | 52 | 10 | 30 | 467 | 50 | 74 |
| Binary | 11000001 | 1110000 | 10110010 | 0 | 101010 | 1000 | 11000 | 100110111 | 101000 | 111100 |
Color Harmonies of #C170B2
Complementary color
Monochromatic Colors of #C170B2
Black with #C170B2
Text Example
Text Example
White with #C170B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170B2; }
p { color: rgb(193,112,178); }
H1.HeaderClassName
{
color: #C170B2;
}
.AnyTagClassName
{
color: #C170B2;
}
</style>
background-color css
<style>
a { background-color: #C170B2; }
a { background-color: rgb(193,112,178); }
div.DivClassName
{
background-color: #C170B2;
}
.BgClassName
{
background-color: #C170B2;
}
</style>
border-color css
<style>
span { border-color: #C170B2; }
span { border-color: rgb(193,112,178); }
td.TdClassName
{
border-color: #C170B2;
}
.TagClassName
{
border-color: #C170B2;
}
</style>