Shades of Fuchsia #C367CA
Tints of Fuchsia #C367CA
RGB
CMYK
RGB Variations
Color information
#C367CA (or 0xC367CA) is known color: Fuchsia. HEX triplet: C3, 67 and CA. RGB value is (195,103,202). Sum of RGB (Red+Green+Blue) = 195+103+202=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #C367CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C367CA is #3C9835. Grayscale: #8D8D8D. Windows color (decimal): -3971126 or 13264835. OLE color: 13264835.
HSL color Cylindrical-coordinate representation of color #C367CA: hue angle of 295.76º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C367CA is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 103 | 202 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.21 |
| HSL | 295.76º | 0.48% | 0.6% | - |
| HSV(B) | 295.76º | 0.49% | 0.79% | - |
| XYZ | 38.02 | 25.57 | 58.81 | - |
| YUV | 141.79 | 161.98 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 202 | 0.03 | 0.49 | 0 | 0.21 | 295.76 | 0.48 | 0.6 |
| Hex | C3 | 67 | CA | 3 | 31 | 0 | 15 | 128 | 30 | 3C |
| Octal | 303 | 147 | 312 | 3 | 61 | 0 | 25 | 450 | 60 | 74 |
| Binary | 11000011 | 1100111 | 11001010 | 11 | 110001 | 0 | 10101 | 100101000 | 110000 | 111100 |
Color Harmonies of #C367CA
Complementary color
Monochromatic Colors of #C367CA
Black with #C367CA
Text Example
Text Example
White with #C367CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C367CA; }
p { color: rgb(195,103,202); }
H1.HeaderClassName
{
color: #C367CA;
}
.AnyTagClassName
{
color: #C367CA;
}
</style>
background-color css
<style>
a { background-color: #C367CA; }
a { background-color: rgb(195,103,202); }
div.DivClassName
{
background-color: #C367CA;
}
.BgClassName
{
background-color: #C367CA;
}
</style>
border-color css
<style>
span { border-color: #C367CA; }
span { border-color: rgb(195,103,202); }
td.TdClassName
{
border-color: #C367CA;
}
.TagClassName
{
border-color: #C367CA;
}
</style>