Shades of Fuchsia #C152C0
Tints of Fuchsia #C152C0
RGB
CMYK
RGB Variations
Color information
#C152C0 (or 0xC152C0) is known color: Fuchsia. HEX triplet: C1, 52 and C0. RGB value is (193,82,192). Sum of RGB (Red+Green+Blue) = 193+82+192=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C152C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C152C0 is #3EAD3F. Grayscale: #7F7F7F. Windows color (decimal): -4107584 or 12604097. OLE color: 12604097.
HSL color Cylindrical-coordinate representation of color #C152C0: hue angle of 300.54º degrees, saturation: 0.47, 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 #C152C0 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 192 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.24 |
| HSL | 300.54º | 0.47% | 0.54% | - |
| HSV(B) | 300.54º | 0.58% | 0.76% | - |
| XYZ | 34.52 | 21.18 | 52.14 | - |
| YUV | 127.73 | 164.27 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 192 | 0 | 0.58 | 0.01 | 0.24 | 300.54 | 0.47 | 0.54 |
| Hex | C1 | 52 | C0 | 0 | 3A | 1 | 18 | 12D | 2F | 36 |
| Octal | 301 | 122 | 300 | 0 | 72 | 1 | 30 | 455 | 57 | 66 |
| Binary | 11000001 | 1010010 | 11000000 | 0 | 111010 | 1 | 11000 | 100101101 | 101111 | 110110 |
Color Harmonies of #C152C0
Complementary color
Monochromatic Colors of #C152C0
Black with #C152C0
Text Example
Text Example
White with #C152C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C152C0; }
p { color: rgb(193,82,192); }
H1.HeaderClassName
{
color: #C152C0;
}
.AnyTagClassName
{
color: #C152C0;
}
</style>
background-color css
<style>
a { background-color: #C152C0; }
a { background-color: rgb(193,82,192); }
div.DivClassName
{
background-color: #C152C0;
}
.BgClassName
{
background-color: #C152C0;
}
</style>
border-color css
<style>
span { border-color: #C152C0; }
span { border-color: rgb(193,82,192); }
td.TdClassName
{
border-color: #C152C0;
}
.TagClassName
{
border-color: #C152C0;
}
</style>