Shades of Fuchsia #C52BBE
Tints of Fuchsia #C52BBE
RGB
CMYK
RGB Variations
Color information
#C52BBE (or 0xC52BBE) is known color: Fuchsia. HEX triplet: C5, 2B and BE. RGB value is (197,43,190). Sum of RGB (Red+Green+Blue) = 197+43+190=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C52BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52BBE is #3AD441. Grayscale: #696969. Windows color (decimal): -3855426 or 12463045. OLE color: 12463045.
HSL color Cylindrical-coordinate representation of color #C52BBE: hue angle of 302.73º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52BBE is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 43 | 190 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.23 |
| HSL | 302.73º | 0.64% | 0.47% | - |
| HSV(B) | 302.73º | 0.78% | 0.77% | - |
| XYZ | 33.18 | 17.32 | 50.31 | - |
| YUV | 105.8 | 175.52 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 190 | 0 | 0.78 | 0.04 | 0.23 | 302.73 | 0.64 | 0.47 |
| Hex | C5 | 2B | BE | 0 | 4E | 4 | 17 | 12F | 40 | 2F |
| Octal | 305 | 53 | 276 | 0 | 116 | 4 | 27 | 457 | 100 | 57 |
| Binary | 11000101 | 101011 | 10111110 | 0 | 1001110 | 100 | 10111 | 100101111 | 1000000 | 101111 |
Color Harmonies of #C52BBE
Complementary color
Monochromatic Colors of #C52BBE
Black with #C52BBE
Text Example
Text Example
White with #C52BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BBE; }
p { color: rgb(197,43,190); }
H1.HeaderClassName
{
color: #C52BBE;
}
.AnyTagClassName
{
color: #C52BBE;
}
</style>
background-color css
<style>
a { background-color: #C52BBE; }
a { background-color: rgb(197,43,190); }
div.DivClassName
{
background-color: #C52BBE;
}
.BgClassName
{
background-color: #C52BBE;
}
</style>
border-color css
<style>
span { border-color: #C52BBE; }
span { border-color: rgb(197,43,190); }
td.TdClassName
{
border-color: #C52BBE;
}
.TagClassName
{
border-color: #C52BBE;
}
</style>