Shades of Fuchsia #C338CC
Tints of Fuchsia #C338CC
RGB
CMYK
RGB Variations
Color information
#C338CC (or 0xC338CC) is known color: Fuchsia. HEX triplet: C3, 38 and CC. RGB value is (195,56,204). Sum of RGB (Red+Green+Blue) = 195+56+204=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #C338CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C338CC is #3CC733. Grayscale: #717171. Windows color (decimal): -3983156 or 13383875. OLE color: 13383875.
HSL color Cylindrical-coordinate representation of color #C338CC: hue angle of 296.35º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C338CC is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 56 | 204 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.2 |
| HSL | 296.35º | 0.59% | 0.51% | - |
| HSV(B) | 296.35º | 0.73% | 0.8% | - |
| XYZ | 34.82 | 18.79 | 58.92 | - |
| YUV | 114.43 | 178.55 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 204 | 0.04 | 0.73 | 0 | 0.2 | 296.35 | 0.59 | 0.51 |
| Hex | C3 | 38 | CC | 4 | 49 | 0 | 14 | 128 | 3B | 33 |
| Octal | 303 | 70 | 314 | 4 | 111 | 0 | 24 | 450 | 73 | 63 |
| Binary | 11000011 | 111000 | 11001100 | 100 | 1001001 | 0 | 10100 | 100101000 | 111011 | 110011 |
Color Harmonies of #C338CC
Complementary color
Monochromatic Colors of #C338CC
Black with #C338CC
Text Example
Text Example
White with #C338CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C338CC; }
p { color: rgb(195,56,204); }
H1.HeaderClassName
{
color: #C338CC;
}
.AnyTagClassName
{
color: #C338CC;
}
</style>
background-color css
<style>
a { background-color: #C338CC; }
a { background-color: rgb(195,56,204); }
div.DivClassName
{
background-color: #C338CC;
}
.BgClassName
{
background-color: #C338CC;
}
</style>
border-color css
<style>
span { border-color: #C338CC; }
span { border-color: rgb(195,56,204); }
td.TdClassName
{
border-color: #C338CC;
}
.TagClassName
{
border-color: #C338CC;
}
</style>