Shades of Fuchsia #C33ACD
Tints of Fuchsia #C33ACD
RGB
CMYK
RGB Variations
Color information
#C33ACD (or 0xC33ACD) is known color: Fuchsia. HEX triplet: C3, 3A and CD. RGB value is (195,58,205). Sum of RGB (Red+Green+Blue) = 195+58+205=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #C33ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33ACD is #3CC532. Grayscale: #737373. Windows color (decimal): -3982643 or 13449923. OLE color: 13449923.
HSL color Cylindrical-coordinate representation of color #C33ACD: hue angle of 295.92º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33ACD is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 58 | 205 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.20 |
| HSL | 295.92º | 0.6% | 0.52% | - |
| HSV(B) | 295.92º | 0.72% | 0.8% | - |
| XYZ | 35.04 | 19.04 | 59.59 | - |
| YUV | 115.72 | 178.39 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 205 | 0.05 | 0.72 | 0 | 0.20 | 295.92 | 0.6 | 0.52 |
| Hex | C3 | 3A | CD | 5 | 48 | 0 | 14 | 128 | 3C | 34 |
| Octal | 303 | 72 | 315 | 5 | 110 | 0 | 24 | 450 | 74 | 64 |
| Binary | 11000011 | 111010 | 11001101 | 101 | 1001000 | 0 | 10100 | 100101000 | 111100 | 110100 |
Color Harmonies of #C33ACD
Complementary color
Monochromatic Colors of #C33ACD
Black with #C33ACD
Text Example
Text Example
White with #C33ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33ACD; }
p { color: rgb(195,58,205); }
H1.HeaderClassName
{
color: #C33ACD;
}
.AnyTagClassName
{
color: #C33ACD;
}
</style>
background-color css
<style>
a { background-color: #C33ACD; }
a { background-color: rgb(195,58,205); }
div.DivClassName
{
background-color: #C33ACD;
}
.BgClassName
{
background-color: #C33ACD;
}
</style>
border-color css
<style>
span { border-color: #C33ACD; }
span { border-color: rgb(195,58,205); }
td.TdClassName
{
border-color: #C33ACD;
}
.TagClassName
{
border-color: #C33ACD;
}
</style>