Shades of Fuchsia #C252B1
Tints of Fuchsia #C252B1
RGB
CMYK
RGB Variations
Color information
#C252B1 (or 0xC252B1) is known color: Fuchsia. HEX triplet: C2, 52 and B1. RGB value is (194,82,177). Sum of RGB (Red+Green+Blue) = 194+82+177=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C252B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C252B1 is #3DAD4E. Grayscale: #7E7E7E. Windows color (decimal): -4042063 or 11621058. OLE color: 11621058.
HSL color Cylindrical-coordinate representation of color #C252B1: hue angle of 309.11º 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 #C252B1 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 82 | 177 | - |
CMYK | 0 | 0.58 | 0.09 | 0.24 |
HSL | 309.11º | 0.48% | 0.54% | - |
HSV(B) | 309.11º | 0.58% | 0.76% | - |
XYZ | 33.2 | 20.68 | 43.84 | - |
YUV | 126.32 | 156.61 | 176.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 82 | 177 | 0 | 0.58 | 0.09 | 0.24 | 309.11 | 0.48 | 0.54 |
Hex | C2 | 52 | B1 | 0 | 3A | 9 | 18 | 135 | 30 | 36 |
Octal | 302 | 122 | 261 | 0 | 72 | 11 | 30 | 465 | 60 | 66 |
Binary | 11000010 | 1010010 | 10110001 | 0 | 111010 | 1001 | 11000 | 100110101 | 110000 | 110110 |
Color Harmonies of #C252B1
Complementary color
Monochromatic Colors of #C252B1
Black with #C252B1
Text Example
Text Example
White with #C252B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252B1; }
p { color: rgb(194,82,177); }
H1.HeaderClassName
{
color: #C252B1;
}
.AnyTagClassName
{
color: #C252B1;
}
</style>
background-color css
<style>
a { background-color: #C252B1; }
a { background-color: rgb(194,82,177); }
div.DivClassName
{
background-color: #C252B1;
}
.BgClassName
{
background-color: #C252B1;
}
</style>
border-color css
<style>
span { border-color: #C252B1; }
span { border-color: rgb(194,82,177); }
td.TdClassName
{
border-color: #C252B1;
}
.TagClassName
{
border-color: #C252B1;
}
</style>