Shades of Fuchsia #C830B5
Tints of Fuchsia #C830B5
RGB
CMYK
RGB Variations
Color information
#C830B5 (or 0xC830B5) is known color: Fuchsia. HEX triplet: C8, 30 and B5. RGB value is (200,48,181). Sum of RGB (Red+Green+Blue) = 200+48+181=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C830B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830B5 is #37CF4A. Grayscale: #6C6C6C. Windows color (decimal): -3657547 or 11874504. OLE color: 11874504.
HSL color Cylindrical-coordinate representation of color #C830B5: hue angle of 307.5º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C830B5 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 181 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.22 |
| HSL | 307.5º | 0.61% | 0.49% | - |
| HSV(B) | 307.5º | 0.76% | 0.78% | - |
| XYZ | 33.22 | 17.73 | 45.39 | - |
| YUV | 108.61 | 168.86 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 181 | 0 | 0.76 | 0.09 | 0.22 | 307.5 | 0.61 | 0.49 |
| Hex | C8 | 30 | B5 | 0 | 4C | 9 | 16 | 134 | 3D | 31 |
| Octal | 310 | 60 | 265 | 0 | 114 | 11 | 26 | 464 | 75 | 61 |
| Binary | 11001000 | 110000 | 10110101 | 0 | 1001100 | 1001 | 10110 | 100110100 | 111101 | 110001 |
Color Harmonies of #C830B5
Complementary color
Monochromatic Colors of #C830B5
Black with #C830B5
Text Example
Text Example
White with #C830B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C830B5; }
p { color: rgb(200,48,181); }
H1.HeaderClassName
{
color: #C830B5;
}
.AnyTagClassName
{
color: #C830B5;
}
</style>
background-color css
<style>
a { background-color: #C830B5; }
a { background-color: rgb(200,48,181); }
div.DivClassName
{
background-color: #C830B5;
}
.BgClassName
{
background-color: #C830B5;
}
</style>
border-color css
<style>
span { border-color: #C830B5; }
span { border-color: rgb(200,48,181); }
td.TdClassName
{
border-color: #C830B5;
}
.TagClassName
{
border-color: #C830B5;
}
</style>