Shades of Fuchsia #C074C1
Tints of Fuchsia #C074C1
RGB
CMYK
RGB Variations
Color information
#C074C1 (or 0xC074C1) is known color: Fuchsia. HEX triplet: C0, 74 and C1. RGB value is (192,116,193). Sum of RGB (Red+Green+Blue) = 192+116+193=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #C074C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074C1 is #3F8B3E. Grayscale: #939393. Windows color (decimal): -4164415 or 12678336. OLE color: 12678336.
HSL color Cylindrical-coordinate representation of color #C074C1: hue angle of 299.22º 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 #C074C1 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 116 | 193 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.24 |
| HSL | 299.22º | 0.38% | 0.61% | - |
| HSV(B) | 299.22º | 0.4% | 0.76% | - |
| XYZ | 37.61 | 27.55 | 53.79 | - |
| YUV | 147.5 | 153.68 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 193 | 0.01 | 0.40 | 0 | 0.24 | 299.22 | 0.38 | 0.61 |
| Hex | C0 | 74 | C1 | 1 | 28 | 0 | 18 | 12B | 26 | 3D |
| Octal | 300 | 164 | 301 | 1 | 50 | 0 | 30 | 453 | 46 | 75 |
| Binary | 11000000 | 1110100 | 11000001 | 1 | 101000 | 0 | 11000 | 100101011 | 100110 | 111101 |
Color Harmonies of #C074C1
Complementary color
Monochromatic Colors of #C074C1
Black with #C074C1
Text Example
Text Example
White with #C074C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074C1; }
p { color: rgb(192,116,193); }
H1.HeaderClassName
{
color: #C074C1;
}
.AnyTagClassName
{
color: #C074C1;
}
</style>
background-color css
<style>
a { background-color: #C074C1; }
a { background-color: rgb(192,116,193); }
div.DivClassName
{
background-color: #C074C1;
}
.BgClassName
{
background-color: #C074C1;
}
</style>
border-color css
<style>
span { border-color: #C074C1; }
span { border-color: rgb(192,116,193); }
td.TdClassName
{
border-color: #C074C1;
}
.TagClassName
{
border-color: #C074C1;
}
</style>