Shades of Fuchsia #C152CA
Tints of Fuchsia #C152CA
RGB
CMYK
RGB Variations
Color information
#C152CA (or 0xC152CA) is known color: Fuchsia. HEX triplet: C1, 52 and CA. RGB value is (193,82,202). Sum of RGB (Red+Green+Blue) = 193+82+202=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #C152CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C152CA is #3EAD35. Grayscale: #808080. Windows color (decimal): -4107574 or 13259457. OLE color: 13259457.
HSL color Cylindrical-coordinate representation of color #C152CA: hue angle of 295.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C152CA is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 82 | 202 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.21 |
| HSL | 295.5º | 0.53% | 0.56% | - |
| HSV(B) | 295.5º | 0.59% | 0.79% | - |
| XYZ | 35.67 | 21.64 | 58.17 | - |
| YUV | 128.87 | 169.27 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 202 | 0.04 | 0.59 | 0 | 0.21 | 295.5 | 0.53 | 0.56 |
| Hex | C1 | 52 | CA | 4 | 3B | 0 | 15 | 128 | 35 | 38 |
| Octal | 301 | 122 | 312 | 4 | 73 | 0 | 25 | 450 | 65 | 70 |
| Binary | 11000001 | 1010010 | 11001010 | 100 | 111011 | 0 | 10101 | 100101000 | 110101 | 111000 |
Color Harmonies of #C152CA
Complementary color
Monochromatic Colors of #C152CA
Black with #C152CA
Text Example
Text Example
White with #C152CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C152CA; }
p { color: rgb(193,82,202); }
H1.HeaderClassName
{
color: #C152CA;
}
.AnyTagClassName
{
color: #C152CA;
}
</style>
background-color css
<style>
a { background-color: #C152CA; }
a { background-color: rgb(193,82,202); }
div.DivClassName
{
background-color: #C152CA;
}
.BgClassName
{
background-color: #C152CA;
}
</style>
border-color css
<style>
span { border-color: #C152CA; }
span { border-color: rgb(193,82,202); }
td.TdClassName
{
border-color: #C152CA;
}
.TagClassName
{
border-color: #C152CA;
}
</style>