Shades of Fuchsia #C25CCB
Tints of Fuchsia #C25CCB
RGB
CMYK
RGB Variations
Color information
#C25CCB (or 0xC25CCB) is known color: Fuchsia. HEX triplet: C2, 5C and CB. RGB value is (194,92,203). Sum of RGB (Red+Green+Blue) = 194+92+203=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #C25CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CCB is #3DA334. Grayscale: #868686. Windows color (decimal): -4039477 or 13327554. OLE color: 13327554.
HSL color Cylindrical-coordinate representation of color #C25CCB: hue angle of 295.14º degrees, saturation: 0.52, 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 #C25CCB is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 92 | 203 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.20 |
| HSL | 295.14º | 0.52% | 0.58% | - |
| HSV(B) | 295.14º | 0.55% | 0.8% | - |
| XYZ | 36.85 | 23.44 | 59.08 | - |
| YUV | 135.15 | 166.29 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 203 | 0.04 | 0.55 | 0 | 0.20 | 295.14 | 0.52 | 0.58 |
| Hex | C2 | 5C | CB | 4 | 37 | 0 | 14 | 127 | 34 | 3A |
| Octal | 302 | 134 | 313 | 4 | 67 | 0 | 24 | 447 | 64 | 72 |
| Binary | 11000010 | 1011100 | 11001011 | 100 | 110111 | 0 | 10100 | 100100111 | 110100 | 111010 |
Color Harmonies of #C25CCB
Complementary color
Monochromatic Colors of #C25CCB
Black with #C25CCB
Text Example
Text Example
White with #C25CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CCB; }
p { color: rgb(194,92,203); }
H1.HeaderClassName
{
color: #C25CCB;
}
.AnyTagClassName
{
color: #C25CCB;
}
</style>
background-color css
<style>
a { background-color: #C25CCB; }
a { background-color: rgb(194,92,203); }
div.DivClassName
{
background-color: #C25CCB;
}
.BgClassName
{
background-color: #C25CCB;
}
</style>
border-color css
<style>
span { border-color: #C25CCB; }
span { border-color: rgb(194,92,203); }
td.TdClassName
{
border-color: #C25CCB;
}
.TagClassName
{
border-color: #C25CCB;
}
</style>