Shades of Fuchsia #C367BC
Tints of Fuchsia #C367BC
RGB
CMYK
RGB Variations
Color information
#C367BC (or 0xC367BC) is known color: Fuchsia. HEX triplet: C3, 67 and BC. RGB value is (195,103,188). Sum of RGB (Red+Green+Blue) = 195+103+188=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C367BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C367BC is #3C9843. Grayscale: #8B8B8B. Windows color (decimal): -3971140 or 12347331. OLE color: 12347331.
HSL color Cylindrical-coordinate representation of color #C367BC: hue angle of 304.57º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C367BC is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 103 | 188 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.24 |
| HSL | 304.57º | 0.43% | 0.58% | - |
| HSV(B) | 304.57º | 0.47% | 0.76% | - |
| XYZ | 36.43 | 24.93 | 50.47 | - |
| YUV | 140.2 | 154.98 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 188 | 0 | 0.47 | 0.04 | 0.24 | 304.57 | 0.43 | 0.58 |
| Hex | C3 | 67 | BC | 0 | 2F | 4 | 18 | 131 | 2B | 3A |
| Octal | 303 | 147 | 274 | 0 | 57 | 4 | 30 | 461 | 53 | 72 |
| Binary | 11000011 | 1100111 | 10111100 | 0 | 101111 | 100 | 11000 | 100110001 | 101011 | 111010 |
Color Harmonies of #C367BC
Complementary color
Monochromatic Colors of #C367BC
Black with #C367BC
Text Example
Text Example
White with #C367BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C367BC; }
p { color: rgb(195,103,188); }
H1.HeaderClassName
{
color: #C367BC;
}
.AnyTagClassName
{
color: #C367BC;
}
</style>
background-color css
<style>
a { background-color: #C367BC; }
a { background-color: rgb(195,103,188); }
div.DivClassName
{
background-color: #C367BC;
}
.BgClassName
{
background-color: #C367BC;
}
</style>
border-color css
<style>
span { border-color: #C367BC; }
span { border-color: rgb(195,103,188); }
td.TdClassName
{
border-color: #C367BC;
}
.TagClassName
{
border-color: #C367BC;
}
</style>