Shades of Fuchsia #C348CC
Tints of Fuchsia #C348CC
RGB
CMYK
RGB Variations
Color information
#C348CC (or 0xC348CC) is known color: Fuchsia. HEX triplet: C3, 48 and CC. RGB value is (195,72,204). Sum of RGB (Red+Green+Blue) = 195+72+204=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #C348CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C348CC is #3CB733. Grayscale: #7B7B7B. Windows color (decimal): -3979060 or 13387971. OLE color: 13387971.
HSL color Cylindrical-coordinate representation of color #C348CC: hue angle of 295.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C348CC is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 72 | 204 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.2 |
| HSL | 295.91º | 0.56% | 0.54% | - |
| HSV(B) | 295.91º | 0.65% | 0.8% | - |
| XYZ | 35.72 | 20.6 | 59.22 | - |
| YUV | 123.83 | 173.25 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 204 | 0.04 | 0.65 | 0 | 0.2 | 295.91 | 0.56 | 0.54 |
| Hex | C3 | 48 | CC | 4 | 41 | 0 | 14 | 128 | 38 | 36 |
| Octal | 303 | 110 | 314 | 4 | 101 | 0 | 24 | 450 | 70 | 66 |
| Binary | 11000011 | 1001000 | 11001100 | 100 | 1000001 | 0 | 10100 | 100101000 | 111000 | 110110 |
Color Harmonies of #C348CC
Complementary color
Monochromatic Colors of #C348CC
Black with #C348CC
Text Example
Text Example
White with #C348CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C348CC; }
p { color: rgb(195,72,204); }
H1.HeaderClassName
{
color: #C348CC;
}
.AnyTagClassName
{
color: #C348CC;
}
</style>
background-color css
<style>
a { background-color: #C348CC; }
a { background-color: rgb(195,72,204); }
div.DivClassName
{
background-color: #C348CC;
}
.BgClassName
{
background-color: #C348CC;
}
</style>
border-color css
<style>
span { border-color: #C348CC; }
span { border-color: rgb(195,72,204); }
td.TdClassName
{
border-color: #C348CC;
}
.TagClassName
{
border-color: #C348CC;
}
</style>