Shades of Fuchsia #C273C0
Tints of Fuchsia #C273C0
RGB
CMYK
RGB Variations
Color information
#C273C0 (or 0xC273C0) is known color: Fuchsia. HEX triplet: C2, 73 and C0. RGB value is (194,115,192). Sum of RGB (Red+Green+Blue) = 194+115+192=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C273C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273C0 is #3D8C3F. Grayscale: #939393. Windows color (decimal): -4033600 or 12612546. OLE color: 12612546.
HSL color Cylindrical-coordinate representation of color #C273C0: hue angle of 301.52º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C273C0 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 192 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.24 |
| HSL | 301.52º | 0.39% | 0.61% | - |
| HSV(B) | 301.52º | 0.41% | 0.76% | - |
| XYZ | 37.89 | 27.54 | 53.19 | - |
| YUV | 147.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 192 | 0 | 0.41 | 0.01 | 0.24 | 301.52 | 0.39 | 0.61 |
| Hex | C2 | 73 | C0 | 0 | 29 | 1 | 18 | 12E | 27 | 3D |
| Octal | 302 | 163 | 300 | 0 | 51 | 1 | 30 | 456 | 47 | 75 |
| Binary | 11000010 | 1110011 | 11000000 | 0 | 101001 | 1 | 11000 | 100101110 | 100111 | 111101 |
Color Harmonies of #C273C0
Complementary color
Monochromatic Colors of #C273C0
Black with #C273C0
Text Example
Text Example
White with #C273C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273C0; }
p { color: rgb(194,115,192); }
H1.HeaderClassName
{
color: #C273C0;
}
.AnyTagClassName
{
color: #C273C0;
}
</style>
background-color css
<style>
a { background-color: #C273C0; }
a { background-color: rgb(194,115,192); }
div.DivClassName
{
background-color: #C273C0;
}
.BgClassName
{
background-color: #C273C0;
}
</style>
border-color css
<style>
span { border-color: #C273C0; }
span { border-color: rgb(194,115,192); }
td.TdClassName
{
border-color: #C273C0;
}
.TagClassName
{
border-color: #C273C0;
}
</style>