Shades of Fuchsia #C23DCB
Tints of Fuchsia #C23DCB
RGB
CMYK
RGB Variations
Color information
#C23DCB (or 0xC23DCB) is known color: Fuchsia. HEX triplet: C2, 3D and CB. RGB value is (194,61,203). Sum of RGB (Red+Green+Blue) = 194+61+203=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #C23DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DCB is #3DC234. Grayscale: #747474. Windows color (decimal): -4047413 or 13319618. OLE color: 13319618.
HSL color Cylindrical-coordinate representation of color #C23DCB: hue angle of 296.2º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23DCB is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 61 | 203 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.20 |
| HSL | 296.2º | 0.58% | 0.52% | - |
| HSV(B) | 296.2º | 0.7% | 0.8% | - |
| XYZ | 34.7 | 19.12 | 58.36 | - |
| YUV | 116.96 | 176.56 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 203 | 0.04 | 0.70 | 0 | 0.20 | 296.2 | 0.58 | 0.52 |
| Hex | C2 | 3D | CB | 4 | 46 | 0 | 14 | 128 | 3A | 34 |
| Octal | 302 | 75 | 313 | 4 | 106 | 0 | 24 | 450 | 72 | 64 |
| Binary | 11000010 | 111101 | 11001011 | 100 | 1000110 | 0 | 10100 | 100101000 | 111010 | 110100 |
Color Harmonies of #C23DCB
Complementary color
Monochromatic Colors of #C23DCB
Black with #C23DCB
Text Example
Text Example
White with #C23DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DCB; }
p { color: rgb(194,61,203); }
H1.HeaderClassName
{
color: #C23DCB;
}
.AnyTagClassName
{
color: #C23DCB;
}
</style>
background-color css
<style>
a { background-color: #C23DCB; }
a { background-color: rgb(194,61,203); }
div.DivClassName
{
background-color: #C23DCB;
}
.BgClassName
{
background-color: #C23DCB;
}
</style>
border-color css
<style>
span { border-color: #C23DCB; }
span { border-color: rgb(194,61,203); }
td.TdClassName
{
border-color: #C23DCB;
}
.TagClassName
{
border-color: #C23DCB;
}
</style>