Shades of Fuchsia #C23DBA
Tints of Fuchsia #C23DBA
RGB
CMYK
RGB Variations
Color information
#C23DBA (or 0xC23DBA) is known color: Fuchsia. HEX triplet: C2, 3D and BA. RGB value is (194,61,186). Sum of RGB (Red+Green+Blue) = 194+61+186=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C23DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DBA is #3DC245. Grayscale: #727272. Windows color (decimal): -4047430 or 12205506. OLE color: 12205506.
HSL color Cylindrical-coordinate representation of color #C23DBA: hue angle of 303.61º 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 #C23DBA is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 186 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.24 |
| HSL | 303.61º | 0.52% | 0.5% | - |
| HSV(B) | 303.61º | 0.69% | 0.76% | - |
| XYZ | 32.78 | 18.35 | 48.27 | - |
| YUV | 115.02 | 168.06 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 186 | 0 | 0.69 | 0.04 | 0.24 | 303.61 | 0.52 | 0.5 |
| Hex | C2 | 3D | BA | 0 | 45 | 4 | 18 | 130 | 34 | 32 |
| Octal | 302 | 75 | 272 | 0 | 105 | 4 | 30 | 460 | 64 | 62 |
| Binary | 11000010 | 111101 | 10111010 | 0 | 1000101 | 100 | 11000 | 100110000 | 110100 | 110010 |
Color Harmonies of #C23DBA
Complementary color
Monochromatic Colors of #C23DBA
Black with #C23DBA
Text Example
Text Example
White with #C23DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DBA; }
p { color: rgb(194,61,186); }
H1.HeaderClassName
{
color: #C23DBA;
}
.AnyTagClassName
{
color: #C23DBA;
}
</style>
background-color css
<style>
a { background-color: #C23DBA; }
a { background-color: rgb(194,61,186); }
div.DivClassName
{
background-color: #C23DBA;
}
.BgClassName
{
background-color: #C23DBA;
}
</style>
border-color css
<style>
span { border-color: #C23DBA; }
span { border-color: rgb(194,61,186); }
td.TdClassName
{
border-color: #C23DBA;
}
.TagClassName
{
border-color: #C23DBA;
}
</style>