Shades of Fuchsia #C231CD
Tints of Fuchsia #C231CD
RGB
CMYK
RGB Variations
Color information
#C231CD (or 0xC231CD) is known color: Fuchsia. HEX triplet: C2, 31 and CD. RGB value is (194,49,205). Sum of RGB (Red+Green+Blue) = 194+49+205=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #C231CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231CD is #3DCE32. Grayscale: #6D6D6D. Windows color (decimal): -4050483 or 13447618. OLE color: 13447618.
HSL color Cylindrical-coordinate representation of color #C231CD: hue angle of 295.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C231CD is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 49 | 205 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.20 |
| HSL | 295.77º | 0.61% | 0.5% | - |
| HSV(B) | 295.77º | 0.76% | 0.8% | - |
| XYZ | 34.37 | 18.07 | 59.43 | - |
| YUV | 110.14 | 181.54 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 205 | 0.05 | 0.76 | 0 | 0.20 | 295.77 | 0.61 | 0.5 |
| Hex | C2 | 31 | CD | 5 | 4C | 0 | 14 | 128 | 3D | 32 |
| Octal | 302 | 61 | 315 | 5 | 114 | 0 | 24 | 450 | 75 | 62 |
| Binary | 11000010 | 110001 | 11001101 | 101 | 1001100 | 0 | 10100 | 100101000 | 111101 | 110010 |
Color Harmonies of #C231CD
Complementary color
Monochromatic Colors of #C231CD
Black with #C231CD
Text Example
Text Example
White with #C231CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231CD; }
p { color: rgb(194,49,205); }
H1.HeaderClassName
{
color: #C231CD;
}
.AnyTagClassName
{
color: #C231CD;
}
</style>
background-color css
<style>
a { background-color: #C231CD; }
a { background-color: rgb(194,49,205); }
div.DivClassName
{
background-color: #C231CD;
}
.BgClassName
{
background-color: #C231CD;
}
</style>
border-color css
<style>
span { border-color: #C231CD; }
span { border-color: rgb(194,49,205); }
td.TdClassName
{
border-color: #C231CD;
}
.TagClassName
{
border-color: #C231CD;
}
</style>