Shades of Fuchsia #C23BAD
Tints of Fuchsia #C23BAD
RGB
CMYK
RGB Variations
Color information
#C23BAD (or 0xC23BAD) is known color: Fuchsia. HEX triplet: C2, 3B and AD. RGB value is (194,59,173). Sum of RGB (Red+Green+Blue) = 194+59+173=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C23BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23BAD is #3DC452. Grayscale: #707070. Windows color (decimal): -4047955 or 11353026. OLE color: 11353026.
HSL color Cylindrical-coordinate representation of color #C23BAD: hue angle of 309.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23BAD is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 59 | 173 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.24 |
| HSL | 309.33º | 0.53% | 0.5% | - |
| HSV(B) | 309.33º | 0.7% | 0.76% | - |
| XYZ | 31.35 | 17.61 | 41.28 | - |
| YUV | 112.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 173 | 0 | 0.70 | 0.11 | 0.24 | 309.33 | 0.53 | 0.5 |
| Hex | C2 | 3B | AD | 0 | 46 | B | 18 | 135 | 35 | 32 |
| Octal | 302 | 73 | 255 | 0 | 106 | 13 | 30 | 465 | 65 | 62 |
| Binary | 11000010 | 111011 | 10101101 | 0 | 1000110 | 1011 | 11000 | 100110101 | 110101 | 110010 |
Color Harmonies of #C23BAD
Complementary color
Monochromatic Colors of #C23BAD
Black with #C23BAD
Text Example
Text Example
White with #C23BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23BAD; }
p { color: rgb(194,59,173); }
H1.HeaderClassName
{
color: #C23BAD;
}
.AnyTagClassName
{
color: #C23BAD;
}
</style>
background-color css
<style>
a { background-color: #C23BAD; }
a { background-color: rgb(194,59,173); }
div.DivClassName
{
background-color: #C23BAD;
}
.BgClassName
{
background-color: #C23BAD;
}
</style>
border-color css
<style>
span { border-color: #C23BAD; }
span { border-color: rgb(194,59,173); }
td.TdClassName
{
border-color: #C23BAD;
}
.TagClassName
{
border-color: #C23BAD;
}
</style>