Shades of Fuchsia #C25BCA
Tints of Fuchsia #C25BCA
RGB
CMYK
RGB Variations
Color information
#C25BCA (or 0xC25BCA) is known color: Fuchsia. HEX triplet: C2, 5B and CA. RGB value is (194,91,202). Sum of RGB (Red+Green+Blue) = 194+91+202=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #C25BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25BCA is #3DA435. Grayscale: #868686. Windows color (decimal): -4039734 or 13261762. OLE color: 13261762.
HSL color Cylindrical-coordinate representation of color #C25BCA: hue angle of 295.68º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25BCA is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 91 | 202 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.21 |
| HSL | 295.68º | 0.51% | 0.57% | - |
| HSV(B) | 295.68º | 0.55% | 0.79% | - |
| XYZ | 36.65 | 23.22 | 58.43 | - |
| YUV | 134.45 | 166.12 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 202 | 0.04 | 0.55 | 0 | 0.21 | 295.68 | 0.51 | 0.57 |
| Hex | C2 | 5B | CA | 4 | 37 | 0 | 15 | 128 | 33 | 39 |
| Octal | 302 | 133 | 312 | 4 | 67 | 0 | 25 | 450 | 63 | 71 |
| Binary | 11000010 | 1011011 | 11001010 | 100 | 110111 | 0 | 10101 | 100101000 | 110011 | 111001 |
Color Harmonies of #C25BCA
Complementary color
Monochromatic Colors of #C25BCA
Black with #C25BCA
Text Example
Text Example
White with #C25BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25BCA; }
p { color: rgb(194,91,202); }
H1.HeaderClassName
{
color: #C25BCA;
}
.AnyTagClassName
{
color: #C25BCA;
}
</style>
background-color css
<style>
a { background-color: #C25BCA; }
a { background-color: rgb(194,91,202); }
div.DivClassName
{
background-color: #C25BCA;
}
.BgClassName
{
background-color: #C25BCA;
}
</style>
border-color css
<style>
span { border-color: #C25BCA; }
span { border-color: rgb(194,91,202); }
td.TdClassName
{
border-color: #C25BCA;
}
.TagClassName
{
border-color: #C25BCA;
}
</style>