Shades of Fuchsia #C25DCC
Tints of Fuchsia #C25DCC
RGB
CMYK
RGB Variations
Color information
#C25DCC (or 0xC25DCC) is known color: Fuchsia. HEX triplet: C2, 5D and CC. RGB value is (194,93,204). Sum of RGB (Red+Green+Blue) = 194+93+204=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #C25DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25DCC is #3DA233. Grayscale: #878787. Windows color (decimal): -4039220 or 13393346. OLE color: 13393346.
HSL color Cylindrical-coordinate representation of color #C25DCC: hue angle of 294.59º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25DCC is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 93 | 204 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.2 |
| HSL | 294.59º | 0.52% | 0.58% | - |
| HSV(B) | 294.59º | 0.54% | 0.8% | - |
| XYZ | 37.06 | 23.66 | 59.74 | - |
| YUV | 135.85 | 166.46 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 204 | 0.05 | 0.54 | 0 | 0.2 | 294.59 | 0.52 | 0.58 |
| Hex | C2 | 5D | CC | 5 | 36 | 0 | 14 | 127 | 34 | 3A |
| Octal | 302 | 135 | 314 | 5 | 66 | 0 | 24 | 447 | 64 | 72 |
| Binary | 11000010 | 1011101 | 11001100 | 101 | 110110 | 0 | 10100 | 100100111 | 110100 | 111010 |
Color Harmonies of #C25DCC
Complementary color
Monochromatic Colors of #C25DCC
Black with #C25DCC
Text Example
Text Example
White with #C25DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DCC; }
p { color: rgb(194,93,204); }
H1.HeaderClassName
{
color: #C25DCC;
}
.AnyTagClassName
{
color: #C25DCC;
}
</style>
background-color css
<style>
a { background-color: #C25DCC; }
a { background-color: rgb(194,93,204); }
div.DivClassName
{
background-color: #C25DCC;
}
.BgClassName
{
background-color: #C25DCC;
}
</style>
border-color css
<style>
span { border-color: #C25DCC; }
span { border-color: rgb(194,93,204); }
td.TdClassName
{
border-color: #C25DCC;
}
.TagClassName
{
border-color: #C25DCC;
}
</style>