Shades of Fuchsia #C33DAA
Tints of Fuchsia #C33DAA
RGB
CMYK
RGB Variations
Color information
#C33DAA (or 0xC33DAA) is known color: Fuchsia. HEX triplet: C3, 3D and AA. RGB value is (195,61,170). Sum of RGB (Red+Green+Blue) = 195+61+170=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C33DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33DAA is #3CC255. Grayscale: #717171. Windows color (decimal): -3981910 or 11156931. OLE color: 11156931.
HSL color Cylindrical-coordinate representation of color #C33DAA: hue angle of 311.19º degrees, saturation: 0.53, 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 #C33DAA is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 170 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.24 |
| HSL | 311.19º | 0.53% | 0.5% | - |
| HSV(B) | 311.19º | 0.69% | 0.76% | - |
| XYZ | 31.43 | 17.84 | 39.82 | - |
| YUV | 113.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 170 | 0 | 0.69 | 0.13 | 0.24 | 311.19 | 0.53 | 0.5 |
| Hex | C3 | 3D | AA | 0 | 45 | D | 18 | 137 | 35 | 32 |
| Octal | 303 | 75 | 252 | 0 | 105 | 15 | 30 | 467 | 65 | 62 |
| Binary | 11000011 | 111101 | 10101010 | 0 | 1000101 | 1101 | 11000 | 100110111 | 110101 | 110010 |
Color Harmonies of #C33DAA
Complementary color
Monochromatic Colors of #C33DAA
Black with #C33DAA
Text Example
Text Example
White with #C33DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33DAA; }
p { color: rgb(195,61,170); }
H1.HeaderClassName
{
color: #C33DAA;
}
.AnyTagClassName
{
color: #C33DAA;
}
</style>
background-color css
<style>
a { background-color: #C33DAA; }
a { background-color: rgb(195,61,170); }
div.DivClassName
{
background-color: #C33DAA;
}
.BgClassName
{
background-color: #C33DAA;
}
</style>
border-color css
<style>
span { border-color: #C33DAA; }
span { border-color: rgb(195,61,170); }
td.TdClassName
{
border-color: #C33DAA;
}
.TagClassName
{
border-color: #C33DAA;
}
</style>