Shades of Fuchsia #C33AAD
Tints of Fuchsia #C33AAD
RGB
CMYK
RGB Variations
Color information
#C33AAD (or 0xC33AAD) is known color: Fuchsia. HEX triplet: C3, 3A and AD. RGB value is (195,58,173). Sum of RGB (Red+Green+Blue) = 195+58+173=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C33AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33AAD is #3CC552. Grayscale: #6F6F6F. Windows color (decimal): -3982675 or 11352771. OLE color: 11352771.
HSL color Cylindrical-coordinate representation of color #C33AAD: hue angle of 309.64º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33AAD is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 173 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.24 |
| HSL | 309.64º | 0.54% | 0.5% | - |
| HSV(B) | 309.64º | 0.7% | 0.76% | - |
| XYZ | 31.56 | 17.65 | 41.28 | - |
| YUV | 112.07 | 162.39 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 173 | 0 | 0.70 | 0.11 | 0.24 | 309.64 | 0.54 | 0.5 |
| Hex | C3 | 3A | AD | 0 | 46 | B | 18 | 136 | 36 | 32 |
| Octal | 303 | 72 | 255 | 0 | 106 | 13 | 30 | 466 | 66 | 62 |
| Binary | 11000011 | 111010 | 10101101 | 0 | 1000110 | 1011 | 11000 | 100110110 | 110110 | 110010 |
Color Harmonies of #C33AAD
Complementary color
Monochromatic Colors of #C33AAD
Black with #C33AAD
Text Example
Text Example
White with #C33AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33AAD; }
p { color: rgb(195,58,173); }
H1.HeaderClassName
{
color: #C33AAD;
}
.AnyTagClassName
{
color: #C33AAD;
}
</style>
background-color css
<style>
a { background-color: #C33AAD; }
a { background-color: rgb(195,58,173); }
div.DivClassName
{
background-color: #C33AAD;
}
.BgClassName
{
background-color: #C33AAD;
}
</style>
border-color css
<style>
span { border-color: #C33AAD; }
span { border-color: rgb(195,58,173); }
td.TdClassName
{
border-color: #C33AAD;
}
.TagClassName
{
border-color: #C33AAD;
}
</style>