Shades of Fuchsia #C344CC
Tints of Fuchsia #C344CC
RGB
CMYK
RGB Variations
Color information
#C344CC (or 0xC344CC) is known color: Fuchsia. HEX triplet: C3, 44 and CC. RGB value is (195,68,204). Sum of RGB (Red+Green+Blue) = 195+68+204=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #C344CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344CC is #3CBB33. Grayscale: #797979. Windows color (decimal): -3980084 or 13386947. OLE color: 13386947.
HSL color Cylindrical-coordinate representation of color #C344CC: hue angle of 296.03º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C344CC is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 68 | 204 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.2 |
| HSL | 296.03º | 0.57% | 0.53% | - |
| HSV(B) | 296.03º | 0.67% | 0.8% | - |
| XYZ | 35.47 | 20.1 | 59.14 | - |
| YUV | 121.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 204 | 0.04 | 0.67 | 0 | 0.2 | 296.03 | 0.57 | 0.53 |
| Hex | C3 | 44 | CC | 4 | 43 | 0 | 14 | 128 | 39 | 35 |
| Octal | 303 | 104 | 314 | 4 | 103 | 0 | 24 | 450 | 71 | 65 |
| Binary | 11000011 | 1000100 | 11001100 | 100 | 1000011 | 0 | 10100 | 100101000 | 111001 | 110101 |
Color Harmonies of #C344CC
Complementary color
Monochromatic Colors of #C344CC
Black with #C344CC
Text Example
Text Example
White with #C344CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C344CC; }
p { color: rgb(195,68,204); }
H1.HeaderClassName
{
color: #C344CC;
}
.AnyTagClassName
{
color: #C344CC;
}
</style>
background-color css
<style>
a { background-color: #C344CC; }
a { background-color: rgb(195,68,204); }
div.DivClassName
{
background-color: #C344CC;
}
.BgClassName
{
background-color: #C344CC;
}
</style>
border-color css
<style>
span { border-color: #C344CC; }
span { border-color: rgb(195,68,204); }
td.TdClassName
{
border-color: #C344CC;
}
.TagClassName
{
border-color: #C344CC;
}
</style>