Shades of Fuchsia #C334CE
Tints of Fuchsia #C334CE
RGB
CMYK
RGB Variations
Color information
#C334CE (or 0xC334CE) is known color: Fuchsia. HEX triplet: C3, 34 and CE. RGB value is (195,52,206). Sum of RGB (Red+Green+Blue) = 195+52+206=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #C334CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334CE is #3CCB31. Grayscale: #6F6F6F. Windows color (decimal): -3984178 or 13513923. OLE color: 13513923.
HSL color Cylindrical-coordinate representation of color #C334CE: hue angle of 295.71º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C334CE is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 52 | 206 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.19 |
| HSL | 295.71º | 0.61% | 0.51% | - |
| HSV(B) | 295.71º | 0.75% | 0.81% | - |
| XYZ | 34.87 | 18.51 | 60.13 | - |
| YUV | 112.31 | 180.88 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 52 | 206 | 0.05 | 0.75 | 0 | 0.19 | 295.71 | 0.61 | 0.51 |
| Hex | C3 | 34 | CE | 5 | 4B | 0 | 13 | 128 | 3D | 33 |
| Octal | 303 | 64 | 316 | 5 | 113 | 0 | 23 | 450 | 75 | 63 |
| Binary | 11000011 | 110100 | 11001110 | 101 | 1001011 | 0 | 10011 | 100101000 | 111101 | 110011 |
Color Harmonies of #C334CE
Complementary color
Monochromatic Colors of #C334CE
Black with #C334CE
Text Example
Text Example
White with #C334CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C334CE; }
p { color: rgb(195,52,206); }
H1.HeaderClassName
{
color: #C334CE;
}
.AnyTagClassName
{
color: #C334CE;
}
</style>
background-color css
<style>
a { background-color: #C334CE; }
a { background-color: rgb(195,52,206); }
div.DivClassName
{
background-color: #C334CE;
}
.BgClassName
{
background-color: #C334CE;
}
</style>
border-color css
<style>
span { border-color: #C334CE; }
span { border-color: rgb(195,52,206); }
td.TdClassName
{
border-color: #C334CE;
}
.TagClassName
{
border-color: #C334CE;
}
</style>