Shades of Fuchsia #C23DC1
Tints of Fuchsia #C23DC1
RGB
CMYK
RGB Variations
Color information
#C23DC1 (or 0xC23DC1) is known color: Fuchsia. HEX triplet: C2, 3D and C1. RGB value is (194,61,193). Sum of RGB (Red+Green+Blue) = 194+61+193=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 61 (24.22% from 255 or 13.62% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C23DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DC1 is #3DC23E. Grayscale: #737373. Windows color (decimal): -4047423 or 12664258. OLE color: 12664258.
HSL color Cylindrical-coordinate representation of color #C23DC1: hue angle of 300.45º 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 #C23DC1 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 193 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.24 |
| HSL | 300.45º | 0.52% | 0.5% | - |
| HSV(B) | 300.45º | 0.69% | 0.76% | - |
| XYZ | 33.54 | 18.66 | 52.29 | - |
| YUV | 115.82 | 171.56 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 193 | 0 | 0.69 | 0.01 | 0.24 | 300.45 | 0.52 | 0.5 |
| Hex | C2 | 3D | C1 | 0 | 45 | 1 | 18 | 12C | 34 | 32 |
| Octal | 302 | 75 | 301 | 0 | 105 | 1 | 30 | 454 | 64 | 62 |
| Binary | 11000010 | 111101 | 11000001 | 0 | 1000101 | 1 | 11000 | 100101100 | 110100 | 110010 |
Color Harmonies of #C23DC1
Complementary color
Monochromatic Colors of #C23DC1
Black with #C23DC1
Text Example
Text Example
White with #C23DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DC1; }
p { color: rgb(194,61,193); }
H1.HeaderClassName
{
color: #C23DC1;
}
.AnyTagClassName
{
color: #C23DC1;
}
</style>
background-color css
<style>
a { background-color: #C23DC1; }
a { background-color: rgb(194,61,193); }
div.DivClassName
{
background-color: #C23DC1;
}
.BgClassName
{
background-color: #C23DC1;
}
</style>
border-color css
<style>
span { border-color: #C23DC1; }
span { border-color: rgb(194,61,193); }
td.TdClassName
{
border-color: #C23DC1;
}
.TagClassName
{
border-color: #C23DC1;
}
</style>