Shades of Fuchsia #C530B8
Tints of Fuchsia #C530B8
RGB
CMYK
RGB Variations
Color information
#C530B8 (or 0xC530B8) is known color: Fuchsia. HEX triplet: C5, 30 and B8. RGB value is (197,48,184). Sum of RGB (Red+Green+Blue) = 197+48+184=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 184 (72.27% from 255 or 42.89% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C530B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C530B8 is #3ACF47. Grayscale: #6B6B6B. Windows color (decimal): -3854152 or 12071109. OLE color: 12071109.
HSL color Cylindrical-coordinate representation of color #C530B8: hue angle of 305.23º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C530B8 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 184 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.23 |
| HSL | 305.23º | 0.61% | 0.48% | - |
| HSV(B) | 305.23º | 0.76% | 0.77% | - |
| XYZ | 32.73 | 17.44 | 46.99 | - |
| YUV | 108.06 | 170.86 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 184 | 0 | 0.76 | 0.07 | 0.23 | 305.23 | 0.61 | 0.48 |
| Hex | C5 | 30 | B8 | 0 | 4C | 7 | 17 | 131 | 3D | 30 |
| Octal | 305 | 60 | 270 | 0 | 114 | 7 | 27 | 461 | 75 | 60 |
| Binary | 11000101 | 110000 | 10111000 | 0 | 1001100 | 111 | 10111 | 100110001 | 111101 | 110000 |
Color Harmonies of #C530B8
Complementary color
Monochromatic Colors of #C530B8
Black with #C530B8
Text Example
Text Example
White with #C530B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C530B8; }
p { color: rgb(197,48,184); }
H1.HeaderClassName
{
color: #C530B8;
}
.AnyTagClassName
{
color: #C530B8;
}
</style>
background-color css
<style>
a { background-color: #C530B8; }
a { background-color: rgb(197,48,184); }
div.DivClassName
{
background-color: #C530B8;
}
.BgClassName
{
background-color: #C530B8;
}
</style>
border-color css
<style>
span { border-color: #C530B8; }
span { border-color: rgb(197,48,184); }
td.TdClassName
{
border-color: #C530B8;
}
.TagClassName
{
border-color: #C530B8;
}
</style>