Shades of Fuchsia #C25BCC
Tints of Fuchsia #C25BCC
RGB
CMYK
RGB Variations
Color information
#C25BCC (or 0xC25BCC) is known color: Fuchsia. HEX triplet: C2, 5B and CC. RGB value is (194,91,204). Sum of RGB (Red+Green+Blue) = 194+91+204=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #C25BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25BCC is #3DA433. Grayscale: #868686. Windows color (decimal): -4039732 or 13392834. OLE color: 13392834.
HSL color Cylindrical-coordinate representation of color #C25BCC: hue angle of 294.69º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25BCC is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 91 | 204 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.2 |
| HSL | 294.69º | 0.53% | 0.58% | - |
| HSV(B) | 294.69º | 0.55% | 0.8% | - |
| XYZ | 36.89 | 23.31 | 59.68 | - |
| YUV | 134.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 204 | 0.05 | 0.55 | 0 | 0.2 | 294.69 | 0.53 | 0.58 |
| Hex | C2 | 5B | CC | 5 | 37 | 0 | 14 | 127 | 35 | 3A |
| Octal | 302 | 133 | 314 | 5 | 67 | 0 | 24 | 447 | 65 | 72 |
| Binary | 11000010 | 1011011 | 11001100 | 101 | 110111 | 0 | 10100 | 100100111 | 110101 | 111010 |
Color Harmonies of #C25BCC
Complementary color
Monochromatic Colors of #C25BCC
Black with #C25BCC
Text Example
Text Example
White with #C25BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BCC; }
p { color: rgb(194,91,204); }
H1.HeaderClassName
{
color: #C25BCC;
}
.AnyTagClassName
{
color: #C25BCC;
}
</style>
background-color css
<style>
a { background-color: #C25BCC; }
a { background-color: rgb(194,91,204); }
div.DivClassName
{
background-color: #C25BCC;
}
.BgClassName
{
background-color: #C25BCC;
}
</style>
border-color css
<style>
span { border-color: #C25BCC; }
span { border-color: rgb(194,91,204); }
td.TdClassName
{
border-color: #C25BCC;
}
.TagClassName
{
border-color: #C25BCC;
}
</style>