Shades of Fuchsia #C252B2
Tints of Fuchsia #C252B2
RGB
CMYK
RGB Variations
Color information
#C252B2 (or 0xC252B2) is known color: Fuchsia. HEX triplet: C2, 52 and B2. RGB value is (194,82,178). Sum of RGB (Red+Green+Blue) = 194+82+178=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C252B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C252B2 is #3DAD4D. Grayscale: #7E7E7E. Windows color (decimal): -4042062 or 11686594. OLE color: 11686594.
HSL color Cylindrical-coordinate representation of color #C252B2: hue angle of 308.57º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C252B2 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 178 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.24 |
| HSL | 308.57º | 0.48% | 0.54% | - |
| HSV(B) | 308.57º | 0.58% | 0.76% | - |
| XYZ | 33.3 | 20.72 | 44.36 | - |
| YUV | 126.43 | 157.11 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 178 | 0 | 0.58 | 0.08 | 0.24 | 308.57 | 0.48 | 0.54 |
| Hex | C2 | 52 | B2 | 0 | 3A | 8 | 18 | 135 | 30 | 36 |
| Octal | 302 | 122 | 262 | 0 | 72 | 10 | 30 | 465 | 60 | 66 |
| Binary | 11000010 | 1010010 | 10110010 | 0 | 111010 | 1000 | 11000 | 100110101 | 110000 | 110110 |
Color Harmonies of #C252B2
Complementary color
Monochromatic Colors of #C252B2
Black with #C252B2
Text Example
Text Example
White with #C252B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252B2; }
p { color: rgb(194,82,178); }
H1.HeaderClassName
{
color: #C252B2;
}
.AnyTagClassName
{
color: #C252B2;
}
</style>
background-color css
<style>
a { background-color: #C252B2; }
a { background-color: rgb(194,82,178); }
div.DivClassName
{
background-color: #C252B2;
}
.BgClassName
{
background-color: #C252B2;
}
</style>
border-color css
<style>
span { border-color: #C252B2; }
span { border-color: rgb(194,82,178); }
td.TdClassName
{
border-color: #C252B2;
}
.TagClassName
{
border-color: #C252B2;
}
</style>