Shades of Fuchsia #C252BF
Tints of Fuchsia #C252BF
RGB
CMYK
RGB Variations
Color information
#C252BF (or 0xC252BF) is known color: Fuchsia. HEX triplet: C2, 52 and BF. RGB value is (194,82,191). Sum of RGB (Red+Green+Blue) = 194+82+191=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C252BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252BF is #3DAD40. Grayscale: #7F7F7F. Windows color (decimal): -4042049 or 12538562. OLE color: 12538562.
HSL color Cylindrical-coordinate representation of color #C252BF: hue angle of 301.61º 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 #C252BF is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 191 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.24 |
| HSL | 301.61º | 0.48% | 0.54% | - |
| HSV(B) | 301.61º | 0.58% | 0.76% | - |
| XYZ | 34.67 | 21.27 | 51.57 | - |
| YUV | 127.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 191 | 0 | 0.58 | 0.02 | 0.24 | 301.61 | 0.48 | 0.54 |
| Hex | C2 | 52 | BF | 0 | 3A | 2 | 18 | 12E | 30 | 36 |
| Octal | 302 | 122 | 277 | 0 | 72 | 2 | 30 | 456 | 60 | 66 |
| Binary | 11000010 | 1010010 | 10111111 | 0 | 111010 | 10 | 11000 | 100101110 | 110000 | 110110 |
Color Harmonies of #C252BF
Complementary color
Monochromatic Colors of #C252BF
Black with #C252BF
Text Example
Text Example
White with #C252BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252BF; }
p { color: rgb(194,82,191); }
H1.HeaderClassName
{
color: #C252BF;
}
.AnyTagClassName
{
color: #C252BF;
}
</style>
background-color css
<style>
a { background-color: #C252BF; }
a { background-color: rgb(194,82,191); }
div.DivClassName
{
background-color: #C252BF;
}
.BgClassName
{
background-color: #C252BF;
}
</style>
border-color css
<style>
span { border-color: #C252BF; }
span { border-color: rgb(194,82,191); }
td.TdClassName
{
border-color: #C252BF;
}
.TagClassName
{
border-color: #C252BF;
}
</style>