Shades of Fuchsia #C368C8
Tints of Fuchsia #C368C8
RGB
CMYK
RGB Variations
Color information
#C368C8 (or 0xC368C8) is known color: Fuchsia. HEX triplet: C3, 68 and C8. RGB value is (195,104,200). Sum of RGB (Red+Green+Blue) = 195+104+200=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 200 - color contains mainly: blue. Hex color #C368C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368C8 is #3C9737. Grayscale: #8D8D8D. Windows color (decimal): -3970872 or 13134019. OLE color: 13134019.
HSL color Cylindrical-coordinate representation of color #C368C8: hue angle of 296.88º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C368C8 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 104 | 200 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.22 |
| HSL | 296.88º | 0.47% | 0.6% | - |
| HSV(B) | 296.88º | 0.48% | 0.78% | - |
| XYZ | 37.88 | 25.67 | 57.6 | - |
| YUV | 142.15 | 160.65 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 200 | 0.02 | 0.48 | 0 | 0.22 | 296.88 | 0.47 | 0.6 |
| Hex | C3 | 68 | C8 | 2 | 30 | 0 | 16 | 129 | 2F | 3C |
| Octal | 303 | 150 | 310 | 2 | 60 | 0 | 26 | 451 | 57 | 74 |
| Binary | 11000011 | 1101000 | 11001000 | 10 | 110000 | 0 | 10110 | 100101001 | 101111 | 111100 |
Color Harmonies of #C368C8
Complementary color
Monochromatic Colors of #C368C8
Black with #C368C8
Text Example
Text Example
White with #C368C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368C8; }
p { color: rgb(195,104,200); }
H1.HeaderClassName
{
color: #C368C8;
}
.AnyTagClassName
{
color: #C368C8;
}
</style>
background-color css
<style>
a { background-color: #C368C8; }
a { background-color: rgb(195,104,200); }
div.DivClassName
{
background-color: #C368C8;
}
.BgClassName
{
background-color: #C368C8;
}
</style>
border-color css
<style>
span { border-color: #C368C8; }
span { border-color: rgb(195,104,200); }
td.TdClassName
{
border-color: #C368C8;
}
.TagClassName
{
border-color: #C368C8;
}
</style>