Shades of Fuchsia #C348CE
Tints of Fuchsia #C348CE
RGB
CMYK
RGB Variations
Color information
#C348CE (or 0xC348CE) is known color: Fuchsia. HEX triplet: C3, 48 and CE. RGB value is (195,72,206). Sum of RGB (Red+Green+Blue) = 195+72+206=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #C348CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C348CE is #3CB731. Grayscale: #7B7B7B. Windows color (decimal): -3979058 or 13519043. OLE color: 13519043.
HSL color Cylindrical-coordinate representation of color #C348CE: hue angle of 295.07º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C348CE is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 72 | 206 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.19 |
| HSL | 295.07º | 0.58% | 0.55% | - |
| HSV(B) | 295.07º | 0.65% | 0.81% | - |
| XYZ | 35.96 | 20.69 | 60.49 | - |
| YUV | 124.05 | 174.25 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 206 | 0.05 | 0.65 | 0 | 0.19 | 295.07 | 0.58 | 0.55 |
| Hex | C3 | 48 | CE | 5 | 41 | 0 | 13 | 127 | 3A | 37 |
| Octal | 303 | 110 | 316 | 5 | 101 | 0 | 23 | 447 | 72 | 67 |
| Binary | 11000011 | 1001000 | 11001110 | 101 | 1000001 | 0 | 10011 | 100100111 | 111010 | 110111 |
Color Harmonies of #C348CE
Complementary color
Monochromatic Colors of #C348CE
Black with #C348CE
Text Example
Text Example
White with #C348CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C348CE; }
p { color: rgb(195,72,206); }
H1.HeaderClassName
{
color: #C348CE;
}
.AnyTagClassName
{
color: #C348CE;
}
</style>
background-color css
<style>
a { background-color: #C348CE; }
a { background-color: rgb(195,72,206); }
div.DivClassName
{
background-color: #C348CE;
}
.BgClassName
{
background-color: #C348CE;
}
</style>
border-color css
<style>
span { border-color: #C348CE; }
span { border-color: rgb(195,72,206); }
td.TdClassName
{
border-color: #C348CE;
}
.TagClassName
{
border-color: #C348CE;
}
</style>