Shades of Fuchsia #C348CA
Tints of Fuchsia #C348CA
RGB
CMYK
RGB Variations
Color information
#C348CA (or 0xC348CA) is known color: Fuchsia. HEX triplet: C3, 48 and CA. RGB value is (195,72,202). Sum of RGB (Red+Green+Blue) = 195+72+202=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #C348CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C348CA is #3CB735. Grayscale: #7B7B7B. Windows color (decimal): -3979062 or 13256899. OLE color: 13256899.
HSL color Cylindrical-coordinate representation of color #C348CA: hue angle of 296.77º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C348CA is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 72 | 202 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.21 |
| HSL | 296.77º | 0.55% | 0.54% | - |
| HSV(B) | 296.77º | 0.64% | 0.79% | - |
| XYZ | 35.48 | 20.5 | 57.96 | - |
| YUV | 123.6 | 172.25 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 202 | 0.03 | 0.64 | 0 | 0.21 | 296.77 | 0.55 | 0.54 |
| Hex | C3 | 48 | CA | 3 | 40 | 0 | 15 | 129 | 37 | 36 |
| Octal | 303 | 110 | 312 | 3 | 100 | 0 | 25 | 451 | 67 | 66 |
| Binary | 11000011 | 1001000 | 11001010 | 11 | 1000000 | 0 | 10101 | 100101001 | 110111 | 110110 |
Color Harmonies of #C348CA
Complementary color
Monochromatic Colors of #C348CA
Black with #C348CA
Text Example
Text Example
White with #C348CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C348CA; }
p { color: rgb(195,72,202); }
H1.HeaderClassName
{
color: #C348CA;
}
.AnyTagClassName
{
color: #C348CA;
}
</style>
background-color css
<style>
a { background-color: #C348CA; }
a { background-color: rgb(195,72,202); }
div.DivClassName
{
background-color: #C348CA;
}
.BgClassName
{
background-color: #C348CA;
}
</style>
border-color css
<style>
span { border-color: #C348CA; }
span { border-color: rgb(195,72,202); }
td.TdClassName
{
border-color: #C348CA;
}
.TagClassName
{
border-color: #C348CA;
}
</style>