Shades of Fuchsia #C23DBB
Tints of Fuchsia #C23DBB
RGB
CMYK
RGB Variations
Color information
#C23DBB (or 0xC23DBB) is known color: Fuchsia. HEX triplet: C2, 3D and BB. RGB value is (194,61,187). Sum of RGB (Red+Green+Blue) = 194+61+187=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C23DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DBB is #3DC244. Grayscale: #727272. Windows color (decimal): -4047429 or 12271042. OLE color: 12271042.
HSL color Cylindrical-coordinate representation of color #C23DBB: hue angle of 303.16º 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 #C23DBB is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 187 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.24 |
| HSL | 303.16º | 0.52% | 0.5% | - |
| HSV(B) | 303.16º | 0.69% | 0.76% | - |
| XYZ | 32.89 | 18.39 | 48.83 | - |
| YUV | 115.13 | 168.56 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 187 | 0 | 0.69 | 0.04 | 0.24 | 303.16 | 0.52 | 0.5 |
| Hex | C2 | 3D | BB | 0 | 45 | 4 | 18 | 12F | 34 | 32 |
| Octal | 302 | 75 | 273 | 0 | 105 | 4 | 30 | 457 | 64 | 62 |
| Binary | 11000010 | 111101 | 10111011 | 0 | 1000101 | 100 | 11000 | 100101111 | 110100 | 110010 |
Color Harmonies of #C23DBB
Complementary color
Monochromatic Colors of #C23DBB
Black with #C23DBB
Text Example
Text Example
White with #C23DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DBB; }
p { color: rgb(194,61,187); }
H1.HeaderClassName
{
color: #C23DBB;
}
.AnyTagClassName
{
color: #C23DBB;
}
</style>
background-color css
<style>
a { background-color: #C23DBB; }
a { background-color: rgb(194,61,187); }
div.DivClassName
{
background-color: #C23DBB;
}
.BgClassName
{
background-color: #C23DBB;
}
</style>
border-color css
<style>
span { border-color: #C23DBB; }
span { border-color: rgb(194,61,187); }
td.TdClassName
{
border-color: #C23DBB;
}
.TagClassName
{
border-color: #C23DBB;
}
</style>