Shades of Fuchsia #C272BF
Tints of Fuchsia #C272BF
RGB
CMYK
RGB Variations
Color information
#C272BF (or 0xC272BF) is known color: Fuchsia. HEX triplet: C2, 72 and BF. RGB value is (194,114,191). Sum of RGB (Red+Green+Blue) = 194+114+191=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 114 (44.92% from 255 or 22.85% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C272BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272BF is #3D8D40. Grayscale: #929292. Windows color (decimal): -4033857 or 12546754. OLE color: 12546754.
HSL color Cylindrical-coordinate representation of color #C272BF: hue angle of 302.25º 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 #C272BF is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 191 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.24 |
| HSL | 302.25º | 0.4% | 0.6% | - |
| HSV(B) | 302.25º | 0.41% | 0.76% | - |
| XYZ | 37.67 | 27.27 | 52.57 | - |
| YUV | 146.7 | 153 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 191 | 0 | 0.41 | 0.02 | 0.24 | 302.25 | 0.4 | 0.6 |
| Hex | C2 | 72 | BF | 0 | 29 | 2 | 18 | 12E | 28 | 3C |
| Octal | 302 | 162 | 277 | 0 | 51 | 2 | 30 | 456 | 50 | 74 |
| Binary | 11000010 | 1110010 | 10111111 | 0 | 101001 | 10 | 11000 | 100101110 | 101000 | 111100 |
Color Harmonies of #C272BF
Complementary color
Monochromatic Colors of #C272BF
Black with #C272BF
Text Example
Text Example
White with #C272BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C272BF; }
p { color: rgb(194,114,191); }
H1.HeaderClassName
{
color: #C272BF;
}
.AnyTagClassName
{
color: #C272BF;
}
</style>
background-color css
<style>
a { background-color: #C272BF; }
a { background-color: rgb(194,114,191); }
div.DivClassName
{
background-color: #C272BF;
}
.BgClassName
{
background-color: #C272BF;
}
</style>
border-color css
<style>
span { border-color: #C272BF; }
span { border-color: rgb(194,114,191); }
td.TdClassName
{
border-color: #C272BF;
}
.TagClassName
{
border-color: #C272BF;
}
</style>