Shades of Fuchsia #C23BCE
Tints of Fuchsia #C23BCE
RGB
CMYK
RGB Variations
Color information
#C23BCE (or 0xC23BCE) is known color: Fuchsia. HEX triplet: C2, 3B and CE. RGB value is (194,59,206). Sum of RGB (Red+Green+Blue) = 194+59+206=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #C23BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BCE is #3DC431. Grayscale: #737373. Windows color (decimal): -4047922 or 13515714. OLE color: 13515714.
HSL color Cylindrical-coordinate representation of color #C23BCE: hue angle of 295.1º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23BCE is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 59 | 206 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.19 |
| HSL | 295.1º | 0.6% | 0.52% | - |
| HSV(B) | 295.1º | 0.71% | 0.81% | - |
| XYZ | 34.95 | 19.05 | 60.23 | - |
| YUV | 116.12 | 178.73 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 206 | 0.06 | 0.71 | 0 | 0.19 | 295.1 | 0.6 | 0.52 |
| Hex | C2 | 3B | CE | 6 | 47 | 0 | 13 | 127 | 3C | 34 |
| Octal | 302 | 73 | 316 | 6 | 107 | 0 | 23 | 447 | 74 | 64 |
| Binary | 11000010 | 111011 | 11001110 | 110 | 1000111 | 0 | 10011 | 100100111 | 111100 | 110100 |
Color Harmonies of #C23BCE
Complementary color
Monochromatic Colors of #C23BCE
Black with #C23BCE
Text Example
Text Example
White with #C23BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23BCE; }
p { color: rgb(194,59,206); }
H1.HeaderClassName
{
color: #C23BCE;
}
.AnyTagClassName
{
color: #C23BCE;
}
</style>
background-color css
<style>
a { background-color: #C23BCE; }
a { background-color: rgb(194,59,206); }
div.DivClassName
{
background-color: #C23BCE;
}
.BgClassName
{
background-color: #C23BCE;
}
</style>
border-color css
<style>
span { border-color: #C23BCE; }
span { border-color: rgb(194,59,206); }
td.TdClassName
{
border-color: #C23BCE;
}
.TagClassName
{
border-color: #C23BCE;
}
</style>