Shades of Fuchsia #C23DAB
Tints of Fuchsia #C23DAB
RGB
CMYK
RGB Variations
Color information
#C23DAB (or 0xC23DAB) is known color: Fuchsia. HEX triplet: C2, 3D and AB. RGB value is (194,61,171). Sum of RGB (Red+Green+Blue) = 194+61+171=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C23DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23DAB is #3DC254. Grayscale: #717171. Windows color (decimal): -4047445 or 11222466. OLE color: 11222466.
HSL color Cylindrical-coordinate representation of color #C23DAB: hue angle of 310.38º 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 #C23DAB is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 171 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.24 |
| HSL | 310.38º | 0.52% | 0.5% | - |
| HSV(B) | 310.38º | 0.69% | 0.76% | - |
| XYZ | 31.27 | 17.75 | 40.31 | - |
| YUV | 113.31 | 160.56 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 171 | 0 | 0.69 | 0.12 | 0.24 | 310.38 | 0.52 | 0.5 |
| Hex | C2 | 3D | AB | 0 | 45 | C | 18 | 136 | 34 | 32 |
| Octal | 302 | 75 | 253 | 0 | 105 | 14 | 30 | 466 | 64 | 62 |
| Binary | 11000010 | 111101 | 10101011 | 0 | 1000101 | 1100 | 11000 | 100110110 | 110100 | 110010 |
Color Harmonies of #C23DAB
Complementary color
Monochromatic Colors of #C23DAB
Black with #C23DAB
Text Example
Text Example
White with #C23DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DAB; }
p { color: rgb(194,61,171); }
H1.HeaderClassName
{
color: #C23DAB;
}
.AnyTagClassName
{
color: #C23DAB;
}
</style>
background-color css
<style>
a { background-color: #C23DAB; }
a { background-color: rgb(194,61,171); }
div.DivClassName
{
background-color: #C23DAB;
}
.BgClassName
{
background-color: #C23DAB;
}
</style>
border-color css
<style>
span { border-color: #C23DAB; }
span { border-color: rgb(194,61,171); }
td.TdClassName
{
border-color: #C23DAB;
}
.TagClassName
{
border-color: #C23DAB;
}
</style>