Shades of Fuchsia #C368C2
Tints of Fuchsia #C368C2
RGB
CMYK
RGB Variations
Color information
#C368C2 (or 0xC368C2) is known color: Fuchsia. HEX triplet: C3, 68 and C2. RGB value is (195,104,194). Sum of RGB (Red+Green+Blue) = 195+104+194=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C368C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368C2 is #3C973D. Grayscale: #8D8D8D. Windows color (decimal): -3970878 or 12740803. OLE color: 12740803.
HSL color Cylindrical-coordinate representation of color #C368C2: hue angle of 300.66º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C368C2 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 194 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.24 |
| HSL | 300.66º | 0.43% | 0.59% | - |
| HSV(B) | 300.66º | 0.47% | 0.76% | - |
| XYZ | 37.19 | 25.4 | 53.98 | - |
| YUV | 141.47 | 157.65 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 194 | 0 | 0.47 | 0.01 | 0.24 | 300.66 | 0.43 | 0.59 |
| Hex | C3 | 68 | C2 | 0 | 2F | 1 | 18 | 12D | 2B | 3B |
| Octal | 303 | 150 | 302 | 0 | 57 | 1 | 30 | 455 | 53 | 73 |
| Binary | 11000011 | 1101000 | 11000010 | 0 | 101111 | 1 | 11000 | 100101101 | 101011 | 111011 |
Color Harmonies of #C368C2
Complementary color
Monochromatic Colors of #C368C2
Black with #C368C2
Text Example
Text Example
White with #C368C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368C2; }
p { color: rgb(195,104,194); }
H1.HeaderClassName
{
color: #C368C2;
}
.AnyTagClassName
{
color: #C368C2;
}
</style>
background-color css
<style>
a { background-color: #C368C2; }
a { background-color: rgb(195,104,194); }
div.DivClassName
{
background-color: #C368C2;
}
.BgClassName
{
background-color: #C368C2;
}
</style>
border-color css
<style>
span { border-color: #C368C2; }
span { border-color: rgb(195,104,194); }
td.TdClassName
{
border-color: #C368C2;
}
.TagClassName
{
border-color: #C368C2;
}
</style>