Shades of Fuchsia #C23CB6
Tints of Fuchsia #C23CB6
RGB
CMYK
RGB Variations
Color information
#C23CB6 (or 0xC23CB6) is known color: Fuchsia. HEX triplet: C2, 3C and B6. RGB value is (194,60,182). Sum of RGB (Red+Green+Blue) = 194+60+182=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C23CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CB6 is #3DC349. Grayscale: #717171. Windows color (decimal): -4047690 or 11943106. OLE color: 11943106.
HSL color Cylindrical-coordinate representation of color #C23CB6: hue angle of 305.37º 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 #C23CB6 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 182 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.24 |
| HSL | 305.37º | 0.53% | 0.5% | - |
| HSV(B) | 305.37º | 0.69% | 0.76% | - |
| XYZ | 32.31 | 18.08 | 46.04 | - |
| YUV | 113.97 | 166.39 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 182 | 0 | 0.69 | 0.06 | 0.24 | 305.37 | 0.53 | 0.5 |
| Hex | C2 | 3C | B6 | 0 | 45 | 6 | 18 | 131 | 35 | 32 |
| Octal | 302 | 74 | 266 | 0 | 105 | 6 | 30 | 461 | 65 | 62 |
| Binary | 11000010 | 111100 | 10110110 | 0 | 1000101 | 110 | 11000 | 100110001 | 110101 | 110010 |
Color Harmonies of #C23CB6
Complementary color
Monochromatic Colors of #C23CB6
Black with #C23CB6
Text Example
Text Example
White with #C23CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CB6; }
p { color: rgb(194,60,182); }
H1.HeaderClassName
{
color: #C23CB6;
}
.AnyTagClassName
{
color: #C23CB6;
}
</style>
background-color css
<style>
a { background-color: #C23CB6; }
a { background-color: rgb(194,60,182); }
div.DivClassName
{
background-color: #C23CB6;
}
.BgClassName
{
background-color: #C23CB6;
}
</style>
border-color css
<style>
span { border-color: #C23CB6; }
span { border-color: rgb(194,60,182); }
td.TdClassName
{
border-color: #C23CB6;
}
.TagClassName
{
border-color: #C23CB6;
}
</style>