Shades of Fuchsia #C25ACC
Tints of Fuchsia #C25ACC
RGB
CMYK
RGB Variations
Color information
#C25ACC (or 0xC25ACC) is known color: Fuchsia. HEX triplet: C2, 5A and CC. RGB value is (194,90,204). Sum of RGB (Red+Green+Blue) = 194+90+204=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #C25ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ACC is #3DA533. Grayscale: #858585. Windows color (decimal): -4039988 or 13392578. OLE color: 13392578.
HSL color Cylindrical-coordinate representation of color #C25ACC: hue angle of 294.74º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C25ACC is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 90 | 204 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.2 |
| HSL | 294.74º | 0.53% | 0.58% | - |
| HSV(B) | 294.74º | 0.56% | 0.8% | - |
| XYZ | 36.8 | 23.14 | 59.65 | - |
| YUV | 134.09 | 167.46 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 90 | 204 | 0.05 | 0.56 | 0 | 0.2 | 294.74 | 0.53 | 0.58 |
| Hex | C2 | 5A | CC | 5 | 38 | 0 | 14 | 127 | 35 | 3A |
| Octal | 302 | 132 | 314 | 5 | 70 | 0 | 24 | 447 | 65 | 72 |
| Binary | 11000010 | 1011010 | 11001100 | 101 | 111000 | 0 | 10100 | 100100111 | 110101 | 111010 |
Color Harmonies of #C25ACC
Complementary color
Monochromatic Colors of #C25ACC
Black with #C25ACC
Text Example
Text Example
White with #C25ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25ACC; }
p { color: rgb(194,90,204); }
H1.HeaderClassName
{
color: #C25ACC;
}
.AnyTagClassName
{
color: #C25ACC;
}
</style>
background-color css
<style>
a { background-color: #C25ACC; }
a { background-color: rgb(194,90,204); }
div.DivClassName
{
background-color: #C25ACC;
}
.BgClassName
{
background-color: #C25ACC;
}
</style>
border-color css
<style>
span { border-color: #C25ACC; }
span { border-color: rgb(194,90,204); }
td.TdClassName
{
border-color: #C25ACC;
}
.TagClassName
{
border-color: #C25ACC;
}
</style>