Shades of Fuchsia #C352CA
Tints of Fuchsia #C352CA
RGB
CMYK
RGB Variations
Color information
#C352CA (or 0xC352CA) is known color: Fuchsia. HEX triplet: C3, 52 and CA. RGB value is (195,82,202). Sum of RGB (Red+Green+Blue) = 195+82+202=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #C352CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C352CA is #3CAD35. Grayscale: #818181. Windows color (decimal): -3976502 or 13259459. OLE color: 13259459.
HSL color Cylindrical-coordinate representation of color #C352CA: hue angle of 296.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 #C352CA is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 82 | 202 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.21 |
| HSL | 296.5º | 0.53% | 0.56% | - |
| HSV(B) | 296.5º | 0.59% | 0.79% | - |
| XYZ | 36.18 | 21.9 | 58.2 | - |
| YUV | 129.47 | 168.94 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 202 | 0.03 | 0.59 | 0 | 0.21 | 296.5 | 0.53 | 0.56 |
| Hex | C3 | 52 | CA | 3 | 3B | 0 | 15 | 128 | 35 | 38 |
| Octal | 303 | 122 | 312 | 3 | 73 | 0 | 25 | 450 | 65 | 70 |
| Binary | 11000011 | 1010010 | 11001010 | 11 | 111011 | 0 | 10101 | 100101000 | 110101 | 111000 |
Color Harmonies of #C352CA
Complementary color
Monochromatic Colors of #C352CA
Black with #C352CA
Text Example
Text Example
White with #C352CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C352CA; }
p { color: rgb(195,82,202); }
H1.HeaderClassName
{
color: #C352CA;
}
.AnyTagClassName
{
color: #C352CA;
}
</style>
background-color css
<style>
a { background-color: #C352CA; }
a { background-color: rgb(195,82,202); }
div.DivClassName
{
background-color: #C352CA;
}
.BgClassName
{
background-color: #C352CA;
}
</style>
border-color css
<style>
span { border-color: #C352CA; }
span { border-color: rgb(195,82,202); }
td.TdClassName
{
border-color: #C352CA;
}
.TagClassName
{
border-color: #C352CA;
}
</style>