Shades of Fuchsia #C174B8
Tints of Fuchsia #C174B8
RGB
CMYK
RGB Variations
Color information
#C174B8 (or 0xC174B8) is known color: Fuchsia. HEX triplet: C1, 74 and B8. RGB value is (193,116,184). Sum of RGB (Red+Green+Blue) = 193+116+184=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C174B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174B8 is #3E8B47. Grayscale: #929292. Windows color (decimal): -4098888 or 12088513. OLE color: 12088513.
HSL color Cylindrical-coordinate representation of color #C174B8: hue angle of 307.01º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C174B8 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 116 | 184 | - |
CMYK | 0 | 0.40 | 0.05 | 0.24 |
HSL | 307.01º | 0.38% | 0.61% | - |
HSV(B) | 307.01º | 0.4% | 0.76% | - |
XYZ | 36.89 | 27.29 | 48.67 | - |
YUV | 146.78 | 149.01 | 160.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 116 | 184 | 0 | 0.40 | 0.05 | 0.24 | 307.01 | 0.38 | 0.61 |
Hex | C1 | 74 | B8 | 0 | 28 | 5 | 18 | 133 | 26 | 3D |
Octal | 301 | 164 | 270 | 0 | 50 | 5 | 30 | 463 | 46 | 75 |
Binary | 11000001 | 1110100 | 10111000 | 0 | 101000 | 101 | 11000 | 100110011 | 100110 | 111101 |
Color Harmonies of #C174B8
Complementary color
Monochromatic Colors of #C174B8
Black with #C174B8
Text Example
Text Example
White with #C174B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C174B8; }
p { color: rgb(193,116,184); }
H1.HeaderClassName
{
color: #C174B8;
}
.AnyTagClassName
{
color: #C174B8;
}
</style>
background-color css
<style>
a { background-color: #C174B8; }
a { background-color: rgb(193,116,184); }
div.DivClassName
{
background-color: #C174B8;
}
.BgClassName
{
background-color: #C174B8;
}
</style>
border-color css
<style>
span { border-color: #C174B8; }
span { border-color: rgb(193,116,184); }
td.TdClassName
{
border-color: #C174B8;
}
.TagClassName
{
border-color: #C174B8;
}
</style>