Shades of Fuchsia #C252BC
Tints of Fuchsia #C252BC
RGB
CMYK
RGB Variations
Color information
#C252BC (or 0xC252BC) is known color: Fuchsia. HEX triplet: C2, 52 and BC. RGB value is (194,82,188). Sum of RGB (Red+Green+Blue) = 194+82+188=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C252BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252BC is #3DAD43. Grayscale: #7F7F7F. Windows color (decimal): -4042052 or 12341954. OLE color: 12341954.
HSL color Cylindrical-coordinate representation of color #C252BC: hue angle of 303.21º 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 #C252BC is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 188 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.24 |
| HSL | 303.21º | 0.48% | 0.54% | - |
| HSV(B) | 303.21º | 0.58% | 0.76% | - |
| XYZ | 34.34 | 21.13 | 49.85 | - |
| YUV | 127.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 188 | 0 | 0.58 | 0.03 | 0.24 | 303.21 | 0.48 | 0.54 |
| Hex | C2 | 52 | BC | 0 | 3A | 3 | 18 | 12F | 30 | 36 |
| Octal | 302 | 122 | 274 | 0 | 72 | 3 | 30 | 457 | 60 | 66 |
| Binary | 11000010 | 1010010 | 10111100 | 0 | 111010 | 11 | 11000 | 100101111 | 110000 | 110110 |
Color Harmonies of #C252BC
Complementary color
Monochromatic Colors of #C252BC
Black with #C252BC
Text Example
Text Example
White with #C252BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252BC; }
p { color: rgb(194,82,188); }
H1.HeaderClassName
{
color: #C252BC;
}
.AnyTagClassName
{
color: #C252BC;
}
</style>
background-color css
<style>
a { background-color: #C252BC; }
a { background-color: rgb(194,82,188); }
div.DivClassName
{
background-color: #C252BC;
}
.BgClassName
{
background-color: #C252BC;
}
</style>
border-color css
<style>
span { border-color: #C252BC; }
span { border-color: rgb(194,82,188); }
td.TdClassName
{
border-color: #C252BC;
}
.TagClassName
{
border-color: #C252BC;
}
</style>