Shades of Fuchsia #C23CAE
Tints of Fuchsia #C23CAE
RGB
CMYK
RGB Variations
Color information
#C23CAE (or 0xC23CAE) is known color: Fuchsia. HEX triplet: C2, 3C and AE. RGB value is (194,60,174). Sum of RGB (Red+Green+Blue) = 194+60+174=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C23CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23CAE is #3DC351. Grayscale: #707070. Windows color (decimal): -4047698 or 11418818. OLE color: 11418818.
HSL color Cylindrical-coordinate representation of color #C23CAE: hue angle of 308.96º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23CAE is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 174 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.24 |
| HSL | 308.96º | 0.53% | 0.5% | - |
| HSV(B) | 308.96º | 0.69% | 0.76% | - |
| XYZ | 31.5 | 17.76 | 41.81 | - |
| YUV | 113.06 | 162.39 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 174 | 0 | 0.69 | 0.10 | 0.24 | 308.96 | 0.53 | 0.5 |
| Hex | C2 | 3C | AE | 0 | 45 | A | 18 | 135 | 35 | 32 |
| Octal | 302 | 74 | 256 | 0 | 105 | 12 | 30 | 465 | 65 | 62 |
| Binary | 11000010 | 111100 | 10101110 | 0 | 1000101 | 1010 | 11000 | 100110101 | 110101 | 110010 |
Color Harmonies of #C23CAE
Complementary color
Monochromatic Colors of #C23CAE
Black with #C23CAE
Text Example
Text Example
White with #C23CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CAE; }
p { color: rgb(194,60,174); }
H1.HeaderClassName
{
color: #C23CAE;
}
.AnyTagClassName
{
color: #C23CAE;
}
</style>
background-color css
<style>
a { background-color: #C23CAE; }
a { background-color: rgb(194,60,174); }
div.DivClassName
{
background-color: #C23CAE;
}
.BgClassName
{
background-color: #C23CAE;
}
</style>
border-color css
<style>
span { border-color: #C23CAE; }
span { border-color: rgb(194,60,174); }
td.TdClassName
{
border-color: #C23CAE;
}
.TagClassName
{
border-color: #C23CAE;
}
</style>