Shades of Fuchsia #C273B7
Tints of Fuchsia #C273B7
RGB
CMYK
RGB Variations
Color information
#C273B7 (or 0xC273B7) is known color: Fuchsia. HEX triplet: C2, 73 and B7. RGB value is (194,115,183). Sum of RGB (Red+Green+Blue) = 194+115+183=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C273B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273B7 is #3D8C48. Grayscale: #929292. Windows color (decimal): -4033609 or 12022722. OLE color: 12022722.
HSL color Cylindrical-coordinate representation of color #C273B7: hue angle of 308.35º 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 #C273B7 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 183 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.24 |
| HSL | 308.35º | 0.39% | 0.61% | - |
| HSV(B) | 308.35º | 0.41% | 0.76% | - |
| XYZ | 36.93 | 27.15 | 48.09 | - |
| YUV | 146.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 183 | 0 | 0.41 | 0.06 | 0.24 | 308.35 | 0.39 | 0.61 |
| Hex | C2 | 73 | B7 | 0 | 29 | 6 | 18 | 134 | 27 | 3D |
| Octal | 302 | 163 | 267 | 0 | 51 | 6 | 30 | 464 | 47 | 75 |
| Binary | 11000010 | 1110011 | 10110111 | 0 | 101001 | 110 | 11000 | 100110100 | 100111 | 111101 |
Color Harmonies of #C273B7
Complementary color
Monochromatic Colors of #C273B7
Black with #C273B7
Text Example
Text Example
White with #C273B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273B7; }
p { color: rgb(194,115,183); }
H1.HeaderClassName
{
color: #C273B7;
}
.AnyTagClassName
{
color: #C273B7;
}
</style>
background-color css
<style>
a { background-color: #C273B7; }
a { background-color: rgb(194,115,183); }
div.DivClassName
{
background-color: #C273B7;
}
.BgClassName
{
background-color: #C273B7;
}
</style>
border-color css
<style>
span { border-color: #C273B7; }
span { border-color: rgb(194,115,183); }
td.TdClassName
{
border-color: #C273B7;
}
.TagClassName
{
border-color: #C273B7;
}
</style>