Shades of Fuchsia #C367C4
Tints of Fuchsia #C367C4
RGB
CMYK
RGB Variations
Color information
#C367C4 (or 0xC367C4) is known color: Fuchsia. HEX triplet: C3, 67 and C4. RGB value is (195,103,196). Sum of RGB (Red+Green+Blue) = 195+103+196=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 196 - color contains mainly: blue. Hex color #C367C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C367C4 is #3C983B. Grayscale: #8C8C8C. Windows color (decimal): -3971132 or 12871619. OLE color: 12871619.
HSL color Cylindrical-coordinate representation of color #C367C4: hue angle of 299.35º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C367C4 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 103 | 196 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.23 |
| HSL | 299.35º | 0.44% | 0.59% | - |
| HSV(B) | 299.35º | 0.47% | 0.77% | - |
| XYZ | 37.32 | 25.29 | 55.14 | - |
| YUV | 141.11 | 158.98 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 196 | 0.01 | 0.47 | 0 | 0.23 | 299.35 | 0.44 | 0.59 |
| Hex | C3 | 67 | C4 | 1 | 2F | 0 | 17 | 12B | 2C | 3B |
| Octal | 303 | 147 | 304 | 1 | 57 | 0 | 27 | 453 | 54 | 73 |
| Binary | 11000011 | 1100111 | 11000100 | 1 | 101111 | 0 | 10111 | 100101011 | 101100 | 111011 |
Color Harmonies of #C367C4
Complementary color
Monochromatic Colors of #C367C4
Black with #C367C4
Text Example
Text Example
White with #C367C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C367C4; }
p { color: rgb(195,103,196); }
H1.HeaderClassName
{
color: #C367C4;
}
.AnyTagClassName
{
color: #C367C4;
}
</style>
background-color css
<style>
a { background-color: #C367C4; }
a { background-color: rgb(195,103,196); }
div.DivClassName
{
background-color: #C367C4;
}
.BgClassName
{
background-color: #C367C4;
}
</style>
border-color css
<style>
span { border-color: #C367C4; }
span { border-color: rgb(195,103,196); }
td.TdClassName
{
border-color: #C367C4;
}
.TagClassName
{
border-color: #C367C4;
}
</style>