Shades of Fuchsia #C33CAD
Tints of Fuchsia #C33CAD
RGB
CMYK
RGB Variations
Color information
#C33CAD (or 0xC33CAD) is known color: Fuchsia. HEX triplet: C3, 3C and AD. RGB value is (195,60,173). Sum of RGB (Red+Green+Blue) = 195+60+173=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C33CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33CAD is #3CC352. Grayscale: #707070. Windows color (decimal): -3982163 or 11353283. OLE color: 11353283.
HSL color Cylindrical-coordinate representation of color #C33CAD: hue angle of 309.78º 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 #C33CAD is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 173 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.24 |
| HSL | 309.78º | 0.53% | 0.5% | - |
| HSV(B) | 309.78º | 0.69% | 0.76% | - |
| XYZ | 31.66 | 17.85 | 41.31 | - |
| YUV | 113.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 173 | 0 | 0.69 | 0.11 | 0.24 | 309.78 | 0.53 | 0.5 |
| Hex | C3 | 3C | AD | 0 | 45 | B | 18 | 136 | 35 | 32 |
| Octal | 303 | 74 | 255 | 0 | 105 | 13 | 30 | 466 | 65 | 62 |
| Binary | 11000011 | 111100 | 10101101 | 0 | 1000101 | 1011 | 11000 | 100110110 | 110101 | 110010 |
Color Harmonies of #C33CAD
Complementary color
Monochromatic Colors of #C33CAD
Black with #C33CAD
Text Example
Text Example
White with #C33CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33CAD; }
p { color: rgb(195,60,173); }
H1.HeaderClassName
{
color: #C33CAD;
}
.AnyTagClassName
{
color: #C33CAD;
}
</style>
background-color css
<style>
a { background-color: #C33CAD; }
a { background-color: rgb(195,60,173); }
div.DivClassName
{
background-color: #C33CAD;
}
.BgClassName
{
background-color: #C33CAD;
}
</style>
border-color css
<style>
span { border-color: #C33CAD; }
span { border-color: rgb(195,60,173); }
td.TdClassName
{
border-color: #C33CAD;
}
.TagClassName
{
border-color: #C33CAD;
}
</style>