Shades of Fuchsia #C23DCC
Tints of Fuchsia #C23DCC
RGB
CMYK
RGB Variations
Color information
#C23DCC (or 0xC23DCC) is known color: Fuchsia. HEX triplet: C2, 3D and CC. RGB value is (194,61,204). Sum of RGB (Red+Green+Blue) = 194+61+204=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 61 (24.22% from 255 or 13.29% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #C23DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DCC is #3DC233. Grayscale: #747474. Windows color (decimal): -4047412 or 13385154. OLE color: 13385154.
HSL color Cylindrical-coordinate representation of color #C23DCC: hue angle of 295.8º 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 #C23DCC is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 61 | 204 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.2 |
| HSL | 295.8º | 0.58% | 0.52% | - |
| HSV(B) | 295.8º | 0.7% | 0.8% | - |
| XYZ | 34.82 | 19.17 | 58.99 | - |
| YUV | 117.07 | 177.06 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 204 | 0.05 | 0.70 | 0 | 0.2 | 295.8 | 0.58 | 0.52 |
| Hex | C2 | 3D | CC | 5 | 46 | 0 | 14 | 128 | 3A | 34 |
| Octal | 302 | 75 | 314 | 5 | 106 | 0 | 24 | 450 | 72 | 64 |
| Binary | 11000010 | 111101 | 11001100 | 101 | 1000110 | 0 | 10100 | 100101000 | 111010 | 110100 |
Color Harmonies of #C23DCC
Complementary color
Monochromatic Colors of #C23DCC
Black with #C23DCC
Text Example
Text Example
White with #C23DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DCC; }
p { color: rgb(194,61,204); }
H1.HeaderClassName
{
color: #C23DCC;
}
.AnyTagClassName
{
color: #C23DCC;
}
</style>
background-color css
<style>
a { background-color: #C23DCC; }
a { background-color: rgb(194,61,204); }
div.DivClassName
{
background-color: #C23DCC;
}
.BgClassName
{
background-color: #C23DCC;
}
</style>
border-color css
<style>
span { border-color: #C23DCC; }
span { border-color: rgb(194,61,204); }
td.TdClassName
{
border-color: #C23DCC;
}
.TagClassName
{
border-color: #C23DCC;
}
</style>