Shades of Fuchsia #C33DC1
Tints of Fuchsia #C33DC1
RGB
CMYK
RGB Variations
Color information
#C33DC1 (or 0xC33DC1) is known color: Fuchsia. HEX triplet: C3, 3D and C1. RGB value is (195,61,193). Sum of RGB (Red+Green+Blue) = 195+61+193=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C33DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33DC1 is #3CC23E. Grayscale: #737373. Windows color (decimal): -3981887 or 12664259. OLE color: 12664259.
HSL color Cylindrical-coordinate representation of color #C33DC1: hue angle of 300.9º 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 #C33DC1 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 193 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.24 |
| HSL | 300.9º | 0.53% | 0.5% | - |
| HSV(B) | 300.9º | 0.69% | 0.76% | - |
| XYZ | 33.8 | 18.79 | 52.3 | - |
| YUV | 116.11 | 171.39 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 193 | 0 | 0.69 | 0.01 | 0.24 | 300.9 | 0.53 | 0.5 |
| Hex | C3 | 3D | C1 | 0 | 45 | 1 | 18 | 12D | 35 | 32 |
| Octal | 303 | 75 | 301 | 0 | 105 | 1 | 30 | 455 | 65 | 62 |
| Binary | 11000011 | 111101 | 11000001 | 0 | 1000101 | 1 | 11000 | 100101101 | 110101 | 110010 |
Color Harmonies of #C33DC1
Complementary color
Monochromatic Colors of #C33DC1
Black with #C33DC1
Text Example
Text Example
White with #C33DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33DC1; }
p { color: rgb(195,61,193); }
H1.HeaderClassName
{
color: #C33DC1;
}
.AnyTagClassName
{
color: #C33DC1;
}
</style>
background-color css
<style>
a { background-color: #C33DC1; }
a { background-color: rgb(195,61,193); }
div.DivClassName
{
background-color: #C33DC1;
}
.BgClassName
{
background-color: #C33DC1;
}
</style>
border-color css
<style>
span { border-color: #C33DC1; }
span { border-color: rgb(195,61,193); }
td.TdClassName
{
border-color: #C33DC1;
}
.TagClassName
{
border-color: #C33DC1;
}
</style>