Shades of Fuchsia #C25CB6
Tints of Fuchsia #C25CB6
RGB
CMYK
RGB Variations
Color information
#C25CB6 (or 0xC25CB6) is known color: Fuchsia. HEX triplet: C2, 5C and B6. RGB value is (194,92,182). Sum of RGB (Red+Green+Blue) = 194+92+182=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 182 (71.48% from 255 or 38.89% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C25CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25CB6 is #3DA349. Grayscale: #848484. Windows color (decimal): -4039498 or 11951298. OLE color: 11951298.
HSL color Cylindrical-coordinate representation of color #C25CB6: hue angle of 307.06º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25CB6 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 182 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.24 |
| HSL | 307.06º | 0.46% | 0.56% | - |
| HSV(B) | 307.06º | 0.53% | 0.76% | - |
| XYZ | 34.52 | 22.5 | 46.78 | - |
| YUV | 132.76 | 155.79 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 182 | 0 | 0.53 | 0.06 | 0.24 | 307.06 | 0.46 | 0.56 |
| Hex | C2 | 5C | B6 | 0 | 35 | 6 | 18 | 133 | 2E | 38 |
| Octal | 302 | 134 | 266 | 0 | 65 | 6 | 30 | 463 | 56 | 70 |
| Binary | 11000010 | 1011100 | 10110110 | 0 | 110101 | 110 | 11000 | 100110011 | 101110 | 111000 |
Color Harmonies of #C25CB6
Complementary color
Monochromatic Colors of #C25CB6
Black with #C25CB6
Text Example
Text Example
White with #C25CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25CB6; }
p { color: rgb(194,92,182); }
H1.HeaderClassName
{
color: #C25CB6;
}
.AnyTagClassName
{
color: #C25CB6;
}
</style>
background-color css
<style>
a { background-color: #C25CB6; }
a { background-color: rgb(194,92,182); }
div.DivClassName
{
background-color: #C25CB6;
}
.BgClassName
{
background-color: #C25CB6;
}
</style>
border-color css
<style>
span { border-color: #C25CB6; }
span { border-color: rgb(194,92,182); }
td.TdClassName
{
border-color: #C25CB6;
}
.TagClassName
{
border-color: #C25CB6;
}
</style>