Shades of Fuchsia #C23DAA
Tints of Fuchsia #C23DAA
RGB
CMYK
RGB Variations
Color information
#C23DAA (or 0xC23DAA) is known color: Fuchsia. HEX triplet: C2, 3D and AA. RGB value is (194,61,170). Sum of RGB (Red+Green+Blue) = 194+61+170=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C23DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23DAA is #3DC255. Grayscale: #707070. Windows color (decimal): -4047446 or 11156930. OLE color: 11156930.
HSL color Cylindrical-coordinate representation of color #C23DAA: hue angle of 310.83º 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 #C23DAA is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 170 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.24 |
| HSL | 310.83º | 0.52% | 0.5% | - |
| HSV(B) | 310.83º | 0.69% | 0.76% | - |
| XYZ | 31.17 | 17.71 | 39.81 | - |
| YUV | 113.19 | 160.06 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 170 | 0 | 0.69 | 0.12 | 0.24 | 310.83 | 0.52 | 0.5 |
| Hex | C2 | 3D | AA | 0 | 45 | C | 18 | 137 | 34 | 32 |
| Octal | 302 | 75 | 252 | 0 | 105 | 14 | 30 | 467 | 64 | 62 |
| Binary | 11000010 | 111101 | 10101010 | 0 | 1000101 | 1100 | 11000 | 100110111 | 110100 | 110010 |
Color Harmonies of #C23DAA
Complementary color
Monochromatic Colors of #C23DAA
Black with #C23DAA
Text Example
Text Example
White with #C23DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23DAA; }
p { color: rgb(194,61,170); }
H1.HeaderClassName
{
color: #C23DAA;
}
.AnyTagClassName
{
color: #C23DAA;
}
</style>
background-color css
<style>
a { background-color: #C23DAA; }
a { background-color: rgb(194,61,170); }
div.DivClassName
{
background-color: #C23DAA;
}
.BgClassName
{
background-color: #C23DAA;
}
</style>
border-color css
<style>
span { border-color: #C23DAA; }
span { border-color: rgb(194,61,170); }
td.TdClassName
{
border-color: #C23DAA;
}
.TagClassName
{
border-color: #C23DAA;
}
</style>