Shades of Fuchsia #C33DCD
Tints of Fuchsia #C33DCD
RGB
CMYK
RGB Variations
Color information
#C33DCD (or 0xC33DCD) is known color: Fuchsia. HEX triplet: C3, 3D and CD. RGB value is (195,61,205). Sum of RGB (Red+Green+Blue) = 195+61+205=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #C33DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33DCD is #3CC232. Grayscale: #757575. Windows color (decimal): -3981875 or 13450691. OLE color: 13450691.
HSL color Cylindrical-coordinate representation of color #C33DCD: hue angle of 295.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33DCD is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 61 | 205 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.20 |
| HSL | 295.83º | 0.59% | 0.52% | - |
| HSV(B) | 295.83º | 0.7% | 0.8% | - |
| XYZ | 35.19 | 19.35 | 59.64 | - |
| YUV | 117.48 | 177.39 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 205 | 0.05 | 0.70 | 0 | 0.20 | 295.83 | 0.59 | 0.52 |
| Hex | C3 | 3D | CD | 5 | 46 | 0 | 14 | 128 | 3B | 34 |
| Octal | 303 | 75 | 315 | 5 | 106 | 0 | 24 | 450 | 73 | 64 |
| Binary | 11000011 | 111101 | 11001101 | 101 | 1000110 | 0 | 10100 | 100101000 | 111011 | 110100 |
Color Harmonies of #C33DCD
Complementary color
Monochromatic Colors of #C33DCD
Black with #C33DCD
Text Example
Text Example
White with #C33DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33DCD; }
p { color: rgb(195,61,205); }
H1.HeaderClassName
{
color: #C33DCD;
}
.AnyTagClassName
{
color: #C33DCD;
}
</style>
background-color css
<style>
a { background-color: #C33DCD; }
a { background-color: rgb(195,61,205); }
div.DivClassName
{
background-color: #C33DCD;
}
.BgClassName
{
background-color: #C33DCD;
}
</style>
border-color css
<style>
span { border-color: #C33DCD; }
span { border-color: rgb(195,61,205); }
td.TdClassName
{
border-color: #C33DCD;
}
.TagClassName
{
border-color: #C33DCD;
}
</style>