Shades of Fuchsia #C33CAB
Tints of Fuchsia #C33CAB
RGB
CMYK
RGB Variations
Color information
#C33CAB (or 0xC33CAB) is known color: Fuchsia. HEX triplet: C3, 3C and AB. RGB value is (195,60,171). Sum of RGB (Red+Green+Blue) = 195+60+171=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C33CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33CAB is #3CC354. Grayscale: #707070. Windows color (decimal): -3982165 or 11222211. OLE color: 11222211.
HSL color Cylindrical-coordinate representation of color #C33CAB: hue angle of 310.67º 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 #C33CAB is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 171 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.24 |
| HSL | 310.67º | 0.53% | 0.5% | - |
| HSV(B) | 310.67º | 0.69% | 0.76% | - |
| XYZ | 31.47 | 17.77 | 40.3 | - |
| YUV | 113.02 | 160.73 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 171 | 0 | 0.69 | 0.12 | 0.24 | 310.67 | 0.53 | 0.5 |
| Hex | C3 | 3C | AB | 0 | 45 | C | 18 | 137 | 35 | 32 |
| Octal | 303 | 74 | 253 | 0 | 105 | 14 | 30 | 467 | 65 | 62 |
| Binary | 11000011 | 111100 | 10101011 | 0 | 1000101 | 1100 | 11000 | 100110111 | 110101 | 110010 |
Color Harmonies of #C33CAB
Complementary color
Monochromatic Colors of #C33CAB
Black with #C33CAB
Text Example
Text Example
White with #C33CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33CAB; }
p { color: rgb(195,60,171); }
H1.HeaderClassName
{
color: #C33CAB;
}
.AnyTagClassName
{
color: #C33CAB;
}
</style>
background-color css
<style>
a { background-color: #C33CAB; }
a { background-color: rgb(195,60,171); }
div.DivClassName
{
background-color: #C33CAB;
}
.BgClassName
{
background-color: #C33CAB;
}
</style>
border-color css
<style>
span { border-color: #C33CAB; }
span { border-color: rgb(195,60,171); }
td.TdClassName
{
border-color: #C33CAB;
}
.TagClassName
{
border-color: #C33CAB;
}
</style>