Shades of Fuchsia #C272C3
Tints of Fuchsia #C272C3
RGB
CMYK
RGB Variations
Color information
#C272C3 (or 0xC272C3) is known color: Fuchsia. HEX triplet: C2, 72 and C3. RGB value is (194,114,195). Sum of RGB (Red+Green+Blue) = 194+114+195=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #C272C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272C3 is #3D8D3C. Grayscale: #929292. Windows color (decimal): -4033853 or 12808898. OLE color: 12808898.
HSL color Cylindrical-coordinate representation of color #C272C3: hue angle of 299.26º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C272C3 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 195 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.24 |
| HSL | 299.26º | 0.4% | 0.61% | - |
| HSV(B) | 299.26º | 0.42% | 0.76% | - |
| XYZ | 38.12 | 27.44 | 54.92 | - |
| YUV | 147.15 | 155 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 195 | 0.01 | 0.42 | 0 | 0.24 | 299.26 | 0.4 | 0.61 |
| Hex | C2 | 72 | C3 | 1 | 2A | 0 | 18 | 12B | 28 | 3D |
| Octal | 302 | 162 | 303 | 1 | 52 | 0 | 30 | 453 | 50 | 75 |
| Binary | 11000010 | 1110010 | 11000011 | 1 | 101010 | 0 | 11000 | 100101011 | 101000 | 111101 |
Color Harmonies of #C272C3
Complementary color
Monochromatic Colors of #C272C3
Black with #C272C3
Text Example
Text Example
White with #C272C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C272C3; }
p { color: rgb(194,114,195); }
H1.HeaderClassName
{
color: #C272C3;
}
.AnyTagClassName
{
color: #C272C3;
}
</style>
background-color css
<style>
a { background-color: #C272C3; }
a { background-color: rgb(194,114,195); }
div.DivClassName
{
background-color: #C272C3;
}
.BgClassName
{
background-color: #C272C3;
}
</style>
border-color css
<style>
span { border-color: #C272C3; }
span { border-color: rgb(194,114,195); }
td.TdClassName
{
border-color: #C272C3;
}
.TagClassName
{
border-color: #C272C3;
}
</style>