Shades of Fuchsia #C33DA8
Tints of Fuchsia #C33DA8
RGB
CMYK
RGB Variations
Color information
#C33DA8 (or 0xC33DA8) is known color: Fuchsia. HEX triplet: C3, 3D and A8. RGB value is (195,61,168). Sum of RGB (Red+Green+Blue) = 195+61+168=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C33DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33DA8 is #3CC257. Grayscale: #707070. Windows color (decimal): -3981912 or 11025859. OLE color: 11025859.
HSL color Cylindrical-coordinate representation of color #C33DA8: hue angle of 312.09º 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 #C33DA8 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 168 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.24 |
| HSL | 312.09º | 0.53% | 0.5% | - |
| HSV(B) | 312.09º | 0.69% | 0.76% | - |
| XYZ | 31.24 | 17.77 | 38.83 | - |
| YUV | 113.26 | 158.89 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 168 | 0 | 0.69 | 0.14 | 0.24 | 312.09 | 0.53 | 0.5 |
| Hex | C3 | 3D | A8 | 0 | 45 | E | 18 | 138 | 35 | 32 |
| Octal | 303 | 75 | 250 | 0 | 105 | 16 | 30 | 470 | 65 | 62 |
| Binary | 11000011 | 111101 | 10101000 | 0 | 1000101 | 1110 | 11000 | 100111000 | 110101 | 110010 |
Color Harmonies of #C33DA8
Complementary color
Monochromatic Colors of #C33DA8
Black with #C33DA8
Text Example
Text Example
White with #C33DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33DA8; }
p { color: rgb(195,61,168); }
H1.HeaderClassName
{
color: #C33DA8;
}
.AnyTagClassName
{
color: #C33DA8;
}
</style>
background-color css
<style>
a { background-color: #C33DA8; }
a { background-color: rgb(195,61,168); }
div.DivClassName
{
background-color: #C33DA8;
}
.BgClassName
{
background-color: #C33DA8;
}
</style>
border-color css
<style>
span { border-color: #C33DA8; }
span { border-color: rgb(195,61,168); }
td.TdClassName
{
border-color: #C33DA8;
}
.TagClassName
{
border-color: #C33DA8;
}
</style>