Shades of Fuchsia #C343CE
Tints of Fuchsia #C343CE
RGB
CMYK
RGB Variations
Color information
#C343CE (or 0xC343CE) is known color: Fuchsia. HEX triplet: C3, 43 and CE. RGB value is (195,67,206). Sum of RGB (Red+Green+Blue) = 195+67+206=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 67 (26.56% from 255 or 14.32% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #C343CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343CE is #3CBC31. Grayscale: #787878. Windows color (decimal): -3980338 or 13517763. OLE color: 13517763.
HSL color Cylindrical-coordinate representation of color #C343CE: hue angle of 295.25º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C343CE is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 67 | 206 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.19 |
| HSL | 295.25º | 0.59% | 0.54% | - |
| HSV(B) | 295.25º | 0.67% | 0.81% | - |
| XYZ | 35.65 | 20.07 | 60.39 | - |
| YUV | 121.12 | 175.91 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 206 | 0.05 | 0.67 | 0 | 0.19 | 295.25 | 0.59 | 0.54 |
| Hex | C3 | 43 | CE | 5 | 43 | 0 | 13 | 127 | 3B | 36 |
| Octal | 303 | 103 | 316 | 5 | 103 | 0 | 23 | 447 | 73 | 66 |
| Binary | 11000011 | 1000011 | 11001110 | 101 | 1000011 | 0 | 10011 | 100100111 | 111011 | 110110 |
Color Harmonies of #C343CE
Complementary color
Monochromatic Colors of #C343CE
Black with #C343CE
Text Example
Text Example
White with #C343CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343CE; }
p { color: rgb(195,67,206); }
H1.HeaderClassName
{
color: #C343CE;
}
.AnyTagClassName
{
color: #C343CE;
}
</style>
background-color css
<style>
a { background-color: #C343CE; }
a { background-color: rgb(195,67,206); }
div.DivClassName
{
background-color: #C343CE;
}
.BgClassName
{
background-color: #C343CE;
}
</style>
border-color css
<style>
span { border-color: #C343CE; }
span { border-color: rgb(195,67,206); }
td.TdClassName
{
border-color: #C343CE;
}
.TagClassName
{
border-color: #C343CE;
}
</style>