Shades of Fuchsia #C336CC
Tints of Fuchsia #C336CC
RGB
CMYK
RGB Variations
Color information
#C336CC (or 0xC336CC) is known color: Fuchsia. HEX triplet: C3, 36 and CC. RGB value is (195,54,204). Sum of RGB (Red+Green+Blue) = 195+54+204=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #C336CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C336CC is #3CC933. Grayscale: #707070. Windows color (decimal): -3983668 or 13383363. OLE color: 13383363.
HSL color Cylindrical-coordinate representation of color #C336CC: hue angle of 296.4º 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 #C336CC is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 54 | 204 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.2 |
| HSL | 296.4º | 0.6% | 0.51% | - |
| HSV(B) | 296.4º | 0.74% | 0.8% | - |
| XYZ | 34.72 | 18.6 | 58.89 | - |
| YUV | 113.26 | 179.21 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 204 | 0.04 | 0.74 | 0 | 0.2 | 296.4 | 0.6 | 0.51 |
| Hex | C3 | 36 | CC | 4 | 4A | 0 | 14 | 128 | 3C | 33 |
| Octal | 303 | 66 | 314 | 4 | 112 | 0 | 24 | 450 | 74 | 63 |
| Binary | 11000011 | 110110 | 11001100 | 100 | 1001010 | 0 | 10100 | 100101000 | 111100 | 110011 |
Color Harmonies of #C336CC
Complementary color
Monochromatic Colors of #C336CC
Black with #C336CC
Text Example
Text Example
White with #C336CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C336CC; }
p { color: rgb(195,54,204); }
H1.HeaderClassName
{
color: #C336CC;
}
.AnyTagClassName
{
color: #C336CC;
}
</style>
background-color css
<style>
a { background-color: #C336CC; }
a { background-color: rgb(195,54,204); }
div.DivClassName
{
background-color: #C336CC;
}
.BgClassName
{
background-color: #C336CC;
}
</style>
border-color css
<style>
span { border-color: #C336CC; }
span { border-color: rgb(195,54,204); }
td.TdClassName
{
border-color: #C336CC;
}
.TagClassName
{
border-color: #C336CC;
}
</style>