Shades of Fuchsia #C252B8
Tints of Fuchsia #C252B8
RGB
CMYK
RGB Variations
Color information
#C252B8 (or 0xC252B8) is known color: Fuchsia. HEX triplet: C2, 52 and B8. RGB value is (194,82,184). Sum of RGB (Red+Green+Blue) = 194+82+184=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C252B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252B8 is #3DAD47. Grayscale: #7E7E7E. Windows color (decimal): -4042056 or 12079810. OLE color: 12079810.
HSL color Cylindrical-coordinate representation of color #C252B8: hue angle of 305.36º 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 #C252B8 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 184 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.24 |
| HSL | 305.36º | 0.48% | 0.54% | - |
| HSV(B) | 305.36º | 0.58% | 0.76% | - |
| XYZ | 33.92 | 20.96 | 47.61 | - |
| YUV | 127.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 184 | 0 | 0.58 | 0.05 | 0.24 | 305.36 | 0.48 | 0.54 |
| Hex | C2 | 52 | B8 | 0 | 3A | 5 | 18 | 131 | 30 | 36 |
| Octal | 302 | 122 | 270 | 0 | 72 | 5 | 30 | 461 | 60 | 66 |
| Binary | 11000010 | 1010010 | 10111000 | 0 | 111010 | 101 | 11000 | 100110001 | 110000 | 110110 |
Color Harmonies of #C252B8
Complementary color
Monochromatic Colors of #C252B8
Black with #C252B8
Text Example
Text Example
White with #C252B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C252B8; }
p { color: rgb(194,82,184); }
H1.HeaderClassName
{
color: #C252B8;
}
.AnyTagClassName
{
color: #C252B8;
}
</style>
background-color css
<style>
a { background-color: #C252B8; }
a { background-color: rgb(194,82,184); }
div.DivClassName
{
background-color: #C252B8;
}
.BgClassName
{
background-color: #C252B8;
}
</style>
border-color css
<style>
span { border-color: #C252B8; }
span { border-color: rgb(194,82,184); }
td.TdClassName
{
border-color: #C252B8;
}
.TagClassName
{
border-color: #C252B8;
}
</style>