Shades of Fuchsia #C273B6
Tints of Fuchsia #C273B6
RGB
CMYK
RGB Variations
Color information
#C273B6 (or 0xC273B6) is known color: Fuchsia. HEX triplet: C2, 73 and B6. RGB value is (194,115,182). Sum of RGB (Red+Green+Blue) = 194+115+182=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C273B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273B6 is #3D8C49. Grayscale: #929292. Windows color (decimal): -4033610 or 11957186. OLE color: 11957186.
HSL color Cylindrical-coordinate representation of color #C273B6: hue angle of 309.11º 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 #C273B6 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 182 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.24 |
| HSL | 309.11º | 0.39% | 0.61% | - |
| HSV(B) | 309.11º | 0.41% | 0.76% | - |
| XYZ | 36.82 | 27.11 | 47.55 | - |
| YUV | 146.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 182 | 0 | 0.41 | 0.06 | 0.24 | 309.11 | 0.39 | 0.61 |
| Hex | C2 | 73 | B6 | 0 | 29 | 6 | 18 | 135 | 27 | 3D |
| Octal | 302 | 163 | 266 | 0 | 51 | 6 | 30 | 465 | 47 | 75 |
| Binary | 11000010 | 1110011 | 10110110 | 0 | 101001 | 110 | 11000 | 100110101 | 100111 | 111101 |
Color Harmonies of #C273B6
Complementary color
Monochromatic Colors of #C273B6
Black with #C273B6
Text Example
Text Example
White with #C273B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273B6; }
p { color: rgb(194,115,182); }
H1.HeaderClassName
{
color: #C273B6;
}
.AnyTagClassName
{
color: #C273B6;
}
</style>
background-color css
<style>
a { background-color: #C273B6; }
a { background-color: rgb(194,115,182); }
div.DivClassName
{
background-color: #C273B6;
}
.BgClassName
{
background-color: #C273B6;
}
</style>
border-color css
<style>
span { border-color: #C273B6; }
span { border-color: rgb(194,115,182); }
td.TdClassName
{
border-color: #C273B6;
}
.TagClassName
{
border-color: #C273B6;
}
</style>