Shades of Fuchsia #C336CD
Tints of Fuchsia #C336CD
RGB
CMYK
RGB Variations
Color information
#C336CD (or 0xC336CD) is known color: Fuchsia. HEX triplet: C3, 36 and CD. RGB value is (195,54,205). Sum of RGB (Red+Green+Blue) = 195+54+205=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #C336CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C336CD is #3CC932. Grayscale: #707070. Windows color (decimal): -3983667 or 13448899. OLE color: 13448899.
HSL color Cylindrical-coordinate representation of color #C336CD: hue angle of 296.03º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C336CD is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 54 | 205 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.20 |
| HSL | 296.03º | 0.6% | 0.51% | - |
| HSV(B) | 296.03º | 0.74% | 0.8% | - |
| XYZ | 34.84 | 18.65 | 59.52 | - |
| YUV | 113.37 | 179.71 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 205 | 0.05 | 0.74 | 0 | 0.20 | 296.03 | 0.6 | 0.51 |
| Hex | C3 | 36 | CD | 5 | 4A | 0 | 14 | 128 | 3C | 33 |
| Octal | 303 | 66 | 315 | 5 | 112 | 0 | 24 | 450 | 74 | 63 |
| Binary | 11000011 | 110110 | 11001101 | 101 | 1001010 | 0 | 10100 | 100101000 | 111100 | 110011 |
Color Harmonies of #C336CD
Complementary color
Monochromatic Colors of #C336CD
Black with #C336CD
Text Example
Text Example
White with #C336CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C336CD; }
p { color: rgb(195,54,205); }
H1.HeaderClassName
{
color: #C336CD;
}
.AnyTagClassName
{
color: #C336CD;
}
</style>
background-color css
<style>
a { background-color: #C336CD; }
a { background-color: rgb(195,54,205); }
div.DivClassName
{
background-color: #C336CD;
}
.BgClassName
{
background-color: #C336CD;
}
</style>
border-color css
<style>
span { border-color: #C336CD; }
span { border-color: rgb(195,54,205); }
td.TdClassName
{
border-color: #C336CD;
}
.TagClassName
{
border-color: #C336CD;
}
</style>