Shades of Fuchsia #C36ACB
Tints of Fuchsia #C36ACB
RGB
CMYK
RGB Variations
Color information
#C36ACB (or 0xC36ACB) is known color: Fuchsia. HEX triplet: C3, 6A and CB. RGB value is (195,106,203). Sum of RGB (Red+Green+Blue) = 195+106+203=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #C36ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ACB is #3C9534. Grayscale: #8F8F8F. Windows color (decimal): -3970357 or 13331139. OLE color: 13331139.
HSL color Cylindrical-coordinate representation of color #C36ACB: hue angle of 295.05º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36ACB is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 106 | 203 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.20 |
| HSL | 295.05º | 0.48% | 0.61% | - |
| HSV(B) | 295.05º | 0.48% | 0.8% | - |
| XYZ | 38.44 | 26.22 | 59.54 | - |
| YUV | 143.67 | 161.49 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 203 | 0.04 | 0.48 | 0 | 0.20 | 295.05 | 0.48 | 0.61 |
| Hex | C3 | 6A | CB | 4 | 30 | 0 | 14 | 127 | 30 | 3D |
| Octal | 303 | 152 | 313 | 4 | 60 | 0 | 24 | 447 | 60 | 75 |
| Binary | 11000011 | 1101010 | 11001011 | 100 | 110000 | 0 | 10100 | 100100111 | 110000 | 111101 |
Color Harmonies of #C36ACB
Complementary color
Monochromatic Colors of #C36ACB
Black with #C36ACB
Text Example
Text Example
White with #C36ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36ACB; }
p { color: rgb(195,106,203); }
H1.HeaderClassName
{
color: #C36ACB;
}
.AnyTagClassName
{
color: #C36ACB;
}
</style>
background-color css
<style>
a { background-color: #C36ACB; }
a { background-color: rgb(195,106,203); }
div.DivClassName
{
background-color: #C36ACB;
}
.BgClassName
{
background-color: #C36ACB;
}
</style>
border-color css
<style>
span { border-color: #C36ACB; }
span { border-color: rgb(195,106,203); }
td.TdClassName
{
border-color: #C36ACB;
}
.TagClassName
{
border-color: #C36ACB;
}
</style>