Shades of Fuchsia #C33DAE
Tints of Fuchsia #C33DAE
RGB
CMYK
RGB Variations
Color information
#C33DAE (or 0xC33DAE) is known color: Fuchsia. HEX triplet: C3, 3D and AE. RGB value is (195,61,174). Sum of RGB (Red+Green+Blue) = 195+61+174=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C33DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33DAE is #3CC251. Grayscale: #717171. Windows color (decimal): -3981906 or 11419075. OLE color: 11419075.
HSL color Cylindrical-coordinate representation of color #C33DAE: hue angle of 309.4º 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 #C33DAE is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 174 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.24 |
| HSL | 309.4º | 0.53% | 0.5% | - |
| HSV(B) | 309.4º | 0.69% | 0.76% | - |
| XYZ | 31.81 | 18 | 41.84 | - |
| YUV | 113.95 | 161.89 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 174 | 0 | 0.69 | 0.11 | 0.24 | 309.4 | 0.53 | 0.5 |
| Hex | C3 | 3D | AE | 0 | 45 | B | 18 | 135 | 35 | 32 |
| Octal | 303 | 75 | 256 | 0 | 105 | 13 | 30 | 465 | 65 | 62 |
| Binary | 11000011 | 111101 | 10101110 | 0 | 1000101 | 1011 | 11000 | 100110101 | 110101 | 110010 |
Color Harmonies of #C33DAE
Complementary color
Monochromatic Colors of #C33DAE
Black with #C33DAE
Text Example
Text Example
White with #C33DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33DAE; }
p { color: rgb(195,61,174); }
H1.HeaderClassName
{
color: #C33DAE;
}
.AnyTagClassName
{
color: #C33DAE;
}
</style>
background-color css
<style>
a { background-color: #C33DAE; }
a { background-color: rgb(195,61,174); }
div.DivClassName
{
background-color: #C33DAE;
}
.BgClassName
{
background-color: #C33DAE;
}
</style>
border-color css
<style>
span { border-color: #C33DAE; }
span { border-color: rgb(195,61,174); }
td.TdClassName
{
border-color: #C33DAE;
}
.TagClassName
{
border-color: #C33DAE;
}
</style>