Shades of Fuchsia #C36BCB
Tints of Fuchsia #C36BCB
RGB
CMYK
RGB Variations
Color information
#C36BCB (or 0xC36BCB) is known color: Fuchsia. HEX triplet: C3, 6B and CB. RGB value is (195,107,203). Sum of RGB (Red+Green+Blue) = 195+107+203=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #C36BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36BCB is #3C9434. Grayscale: #8F8F8F. Windows color (decimal): -3970101 or 13331395. OLE color: 13331395.
HSL color Cylindrical-coordinate representation of color #C36BCB: hue angle of 295º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C36BCB is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 107 | 203 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.20 |
| HSL | 295º | 0.48% | 0.61% | - |
| HSV(B) | 295º | 0.47% | 0.8% | - |
| XYZ | 38.54 | 26.43 | 59.57 | - |
| YUV | 144.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 203 | 0.04 | 0.47 | 0 | 0.20 | 295 | 0.48 | 0.61 |
| Hex | C3 | 6B | CB | 4 | 2F | 0 | 14 | 127 | 30 | 3D |
| Octal | 303 | 153 | 313 | 4 | 57 | 0 | 24 | 447 | 60 | 75 |
| Binary | 11000011 | 1101011 | 11001011 | 100 | 101111 | 0 | 10100 | 100100111 | 110000 | 111101 |
Color Harmonies of #C36BCB
Complementary color
Monochromatic Colors of #C36BCB
Black with #C36BCB
Text Example
Text Example
White with #C36BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36BCB; }
p { color: rgb(195,107,203); }
H1.HeaderClassName
{
color: #C36BCB;
}
.AnyTagClassName
{
color: #C36BCB;
}
</style>
background-color css
<style>
a { background-color: #C36BCB; }
a { background-color: rgb(195,107,203); }
div.DivClassName
{
background-color: #C36BCB;
}
.BgClassName
{
background-color: #C36BCB;
}
</style>
border-color css
<style>
span { border-color: #C36BCB; }
span { border-color: rgb(195,107,203); }
td.TdClassName
{
border-color: #C36BCB;
}
.TagClassName
{
border-color: #C36BCB;
}
</style>