Shades of Fuchsia #C272BE
Tints of Fuchsia #C272BE
RGB
CMYK
RGB Variations
Color information
#C272BE (or 0xC272BE) is known color: Fuchsia. HEX triplet: C2, 72 and BE. RGB value is (194,114,190). Sum of RGB (Red+Green+Blue) = 194+114+190=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C272BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272BE is #3D8D41. Grayscale: #929292. Windows color (decimal): -4033858 or 12481218. OLE color: 12481218.
HSL color Cylindrical-coordinate representation of color #C272BE: hue angle of 303º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C272BE is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 190 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.24 |
| HSL | 303º | 0.4% | 0.6% | - |
| HSV(B) | 303º | 0.41% | 0.76% | - |
| XYZ | 37.56 | 27.22 | 51.99 | - |
| YUV | 146.58 | 152.5 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 190 | 0 | 0.41 | 0.02 | 0.24 | 303 | 0.4 | 0.6 |
| Hex | C2 | 72 | BE | 0 | 29 | 2 | 18 | 12F | 28 | 3C |
| Octal | 302 | 162 | 276 | 0 | 51 | 2 | 30 | 457 | 50 | 74 |
| Binary | 11000010 | 1110010 | 10111110 | 0 | 101001 | 10 | 11000 | 100101111 | 101000 | 111100 |
Color Harmonies of #C272BE
Complementary color
Monochromatic Colors of #C272BE
Black with #C272BE
Text Example
Text Example
White with #C272BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C272BE; }
p { color: rgb(194,114,190); }
H1.HeaderClassName
{
color: #C272BE;
}
.AnyTagClassName
{
color: #C272BE;
}
</style>
background-color css
<style>
a { background-color: #C272BE; }
a { background-color: rgb(194,114,190); }
div.DivClassName
{
background-color: #C272BE;
}
.BgClassName
{
background-color: #C272BE;
}
</style>
border-color css
<style>
span { border-color: #C272BE; }
span { border-color: rgb(194,114,190); }
td.TdClassName
{
border-color: #C272BE;
}
.TagClassName
{
border-color: #C272BE;
}
</style>