Shades of Fuchsia #C231CF
Tints of Fuchsia #C231CF
RGB
CMYK
RGB Variations
Color information
#C231CF (or 0xC231CF) is known color: Fuchsia. HEX triplet: C2, 31 and CF. RGB value is (194,49,207). Sum of RGB (Red+Green+Blue) = 194+49+207=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #C231CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C231CF is #3DCE30. Grayscale: #6D6D6D. Windows color (decimal): -4050481 or 13578690. OLE color: 13578690.
HSL color Cylindrical-coordinate representation of color #C231CF: hue angle of 295.06º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C231CF is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 49 | 207 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.19 |
| HSL | 295.06º | 0.62% | 0.5% | - |
| HSV(B) | 295.06º | 0.76% | 0.81% | - |
| XYZ | 34.61 | 18.17 | 60.71 | - |
| YUV | 110.37 | 182.54 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 207 | 0.06 | 0.76 | 0 | 0.19 | 295.06 | 0.62 | 0.5 |
| Hex | C2 | 31 | CF | 6 | 4C | 0 | 13 | 127 | 3E | 32 |
| Octal | 302 | 61 | 317 | 6 | 114 | 0 | 23 | 447 | 76 | 62 |
| Binary | 11000010 | 110001 | 11001111 | 110 | 1001100 | 0 | 10011 | 100100111 | 111110 | 110010 |
Color Harmonies of #C231CF
Complementary color
Monochromatic Colors of #C231CF
Black with #C231CF
Text Example
Text Example
White with #C231CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C231CF; }
p { color: rgb(194,49,207); }
H1.HeaderClassName
{
color: #C231CF;
}
.AnyTagClassName
{
color: #C231CF;
}
</style>
background-color css
<style>
a { background-color: #C231CF; }
a { background-color: rgb(194,49,207); }
div.DivClassName
{
background-color: #C231CF;
}
.BgClassName
{
background-color: #C231CF;
}
</style>
border-color css
<style>
span { border-color: #C231CF; }
span { border-color: rgb(194,49,207); }
td.TdClassName
{
border-color: #C231CF;
}
.TagClassName
{
border-color: #C231CF;
}
</style>