Shades of Fuchsia #C336CB
Tints of Fuchsia #C336CB
RGB
CMYK
RGB Variations
Color information
#C336CB (or 0xC336CB) is known color: Fuchsia. HEX triplet: C3, 36 and CB. RGB value is (195,54,203). Sum of RGB (Red+Green+Blue) = 195+54+203=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 54 (21.48% from 255 or 11.95% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #C336CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C336CB is #3CC934. Grayscale: #707070. Windows color (decimal): -3983669 or 13317827. OLE color: 13317827.
HSL color Cylindrical-coordinate representation of color #C336CB: hue angle of 296.78º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C336CB is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 54 | 203 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.20 |
| HSL | 296.78º | 0.59% | 0.5% | - |
| HSV(B) | 296.78º | 0.73% | 0.8% | - |
| XYZ | 34.6 | 18.55 | 58.26 | - |
| YUV | 113.15 | 178.71 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 203 | 0.04 | 0.73 | 0 | 0.20 | 296.78 | 0.59 | 0.5 |
| Hex | C3 | 36 | CB | 4 | 49 | 0 | 14 | 129 | 3B | 32 |
| Octal | 303 | 66 | 313 | 4 | 111 | 0 | 24 | 451 | 73 | 62 |
| Binary | 11000011 | 110110 | 11001011 | 100 | 1001001 | 0 | 10100 | 100101001 | 111011 | 110010 |
Color Harmonies of #C336CB
Complementary color
Monochromatic Colors of #C336CB
Black with #C336CB
Text Example
Text Example
White with #C336CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C336CB; }
p { color: rgb(195,54,203); }
H1.HeaderClassName
{
color: #C336CB;
}
.AnyTagClassName
{
color: #C336CB;
}
</style>
background-color css
<style>
a { background-color: #C336CB; }
a { background-color: rgb(195,54,203); }
div.DivClassName
{
background-color: #C336CB;
}
.BgClassName
{
background-color: #C336CB;
}
</style>
border-color css
<style>
span { border-color: #C336CB; }
span { border-color: rgb(195,54,203); }
td.TdClassName
{
border-color: #C336CB;
}
.TagClassName
{
border-color: #C336CB;
}
</style>