Shades of Fuchsia #C23DA8
Tints of Fuchsia #C23DA8
RGB
CMYK
RGB Variations
Color information
#C23DA8 (or 0xC23DA8) is known color: Fuchsia. HEX triplet: C2, 3D and A8. RGB value is (194,61,168). Sum of RGB (Red+Green+Blue) = 194+61+168=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C23DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23DA8 is #3DC257. Grayscale: #707070. Windows color (decimal): -4047448 or 11025858. OLE color: 11025858.
HSL color Cylindrical-coordinate representation of color #C23DA8: hue angle of 311.73º degrees, saturation: 0.52, 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 #C23DA8 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 168 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.24 |
| HSL | 311.73º | 0.52% | 0.5% | - |
| HSV(B) | 311.73º | 0.69% | 0.76% | - |
| XYZ | 30.98 | 17.63 | 38.82 | - |
| YUV | 112.97 | 159.06 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 168 | 0 | 0.69 | 0.13 | 0.24 | 311.73 | 0.52 | 0.5 |
| Hex | C2 | 3D | A8 | 0 | 45 | D | 18 | 138 | 34 | 32 |
| Octal | 302 | 75 | 250 | 0 | 105 | 15 | 30 | 470 | 64 | 62 |
| Binary | 11000010 | 111101 | 10101000 | 0 | 1000101 | 1101 | 11000 | 100111000 | 110100 | 110010 |
Color Harmonies of #C23DA8
Complementary color
Monochromatic Colors of #C23DA8
Black with #C23DA8
Text Example
Text Example
White with #C23DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DA8; }
p { color: rgb(194,61,168); }
H1.HeaderClassName
{
color: #C23DA8;
}
.AnyTagClassName
{
color: #C23DA8;
}
</style>
background-color css
<style>
a { background-color: #C23DA8; }
a { background-color: rgb(194,61,168); }
div.DivClassName
{
background-color: #C23DA8;
}
.BgClassName
{
background-color: #C23DA8;
}
</style>
border-color css
<style>
span { border-color: #C23DA8; }
span { border-color: rgb(194,61,168); }
td.TdClassName
{
border-color: #C23DA8;
}
.TagClassName
{
border-color: #C23DA8;
}
</style>