Shades of Fuchsia #C273B5
Tints of Fuchsia #C273B5
RGB
CMYK
RGB Variations
Color information
#C273B5 (or 0xC273B5) is known color: Fuchsia. HEX triplet: C2, 73 and B5. RGB value is (194,115,181). Sum of RGB (Red+Green+Blue) = 194+115+181=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C273B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273B5 is #3D8C4A. Grayscale: #919191. Windows color (decimal): -4033611 or 11891650. OLE color: 11891650.
HSL color Cylindrical-coordinate representation of color #C273B5: hue angle of 309.87º 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 #C273B5 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 181 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.24 |
| HSL | 309.87º | 0.39% | 0.61% | - |
| HSV(B) | 309.87º | 0.41% | 0.76% | - |
| XYZ | 36.72 | 27.07 | 47.01 | - |
| YUV | 146.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 181 | 0 | 0.41 | 0.07 | 0.24 | 309.87 | 0.39 | 0.61 |
| Hex | C2 | 73 | B5 | 0 | 29 | 7 | 18 | 136 | 27 | 3D |
| Octal | 302 | 163 | 265 | 0 | 51 | 7 | 30 | 466 | 47 | 75 |
| Binary | 11000010 | 1110011 | 10110101 | 0 | 101001 | 111 | 11000 | 100110110 | 100111 | 111101 |
Color Harmonies of #C273B5
Complementary color
Monochromatic Colors of #C273B5
Black with #C273B5
Text Example
Text Example
White with #C273B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273B5; }
p { color: rgb(194,115,181); }
H1.HeaderClassName
{
color: #C273B5;
}
.AnyTagClassName
{
color: #C273B5;
}
</style>
background-color css
<style>
a { background-color: #C273B5; }
a { background-color: rgb(194,115,181); }
div.DivClassName
{
background-color: #C273B5;
}
.BgClassName
{
background-color: #C273B5;
}
</style>
border-color css
<style>
span { border-color: #C273B5; }
span { border-color: rgb(194,115,181); }
td.TdClassName
{
border-color: #C273B5;
}
.TagClassName
{
border-color: #C273B5;
}
</style>