Shades of Fuchsia #C273C2
Tints of Fuchsia #C273C2
RGB
CMYK
RGB Variations
Color information
#C273C2 (or 0xC273C2) is known color: Fuchsia. HEX triplet: C2, 73 and C2. RGB value is (194,115,194). Sum of RGB (Red+Green+Blue) = 194+115+194=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C273C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273C2 is #3D8C3D. Grayscale: #939393. Windows color (decimal): -4033598 or 12743618. OLE color: 12743618.
HSL color Cylindrical-coordinate representation of color #C273C2: hue angle of 300º 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 #C273C2 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 194 | - |
| CMYK | 0 | 0.41 | 0 | 0.24 |
| HSL | 300º | 0.39% | 0.61% | - |
| HSV(B) | 300º | 0.41% | 0.76% | - |
| XYZ | 38.12 | 27.63 | 54.36 | - |
| YUV | 147.63 | 154.17 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 194 | 0 | 0.41 | 0 | 0.24 | 300 | 0.39 | 0.61 |
| Hex | C2 | 73 | C2 | 0 | 29 | 0 | 18 | 12C | 27 | 3D |
| Octal | 302 | 163 | 302 | 0 | 51 | 0 | 30 | 454 | 47 | 75 |
| Binary | 11000010 | 1110011 | 11000010 | 0 | 101001 | 0 | 11000 | 100101100 | 100111 | 111101 |
Color Harmonies of #C273C2
Complementary color
Monochromatic Colors of #C273C2
Black with #C273C2
Text Example
Text Example
White with #C273C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273C2; }
p { color: rgb(194,115,194); }
H1.HeaderClassName
{
color: #C273C2;
}
.AnyTagClassName
{
color: #C273C2;
}
</style>
background-color css
<style>
a { background-color: #C273C2; }
a { background-color: rgb(194,115,194); }
div.DivClassName
{
background-color: #C273C2;
}
.BgClassName
{
background-color: #C273C2;
}
</style>
border-color css
<style>
span { border-color: #C273C2; }
span { border-color: rgb(194,115,194); }
td.TdClassName
{
border-color: #C273C2;
}
.TagClassName
{
border-color: #C273C2;
}
</style>