Shades of Fuchsia #C63CB6
Tints of Fuchsia #C63CB6
RGB
CMYK
RGB Variations
Color information
#C63CB6 (or 0xC63CB6) is known color: Fuchsia. HEX triplet: C6, 3C and B6. RGB value is (198,60,182). Sum of RGB (Red+Green+Blue) = 198+60+182=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C63CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CB6 is #39C349. Grayscale: #727272. Windows color (decimal): -3785546 or 11943110. OLE color: 11943110.
HSL color Cylindrical-coordinate representation of color #C63CB6: hue angle of 306.96º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63CB6 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 60 | 182 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.22 |
| HSL | 306.96º | 0.55% | 0.51% | - |
| HSV(B) | 306.96º | 0.7% | 0.78% | - |
| XYZ | 33.35 | 18.61 | 46.09 | - |
| YUV | 115.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 182 | 0 | 0.70 | 0.08 | 0.22 | 306.96 | 0.55 | 0.51 |
| Hex | C6 | 3C | B6 | 0 | 46 | 8 | 16 | 133 | 37 | 33 |
| Octal | 306 | 74 | 266 | 0 | 106 | 10 | 26 | 463 | 67 | 63 |
| Binary | 11000110 | 111100 | 10110110 | 0 | 1000110 | 1000 | 10110 | 100110011 | 110111 | 110011 |
Color Harmonies of #C63CB6
Complementary color
Monochromatic Colors of #C63CB6
Black with #C63CB6
Text Example
Text Example
White with #C63CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63CB6; }
p { color: rgb(198,60,182); }
H1.HeaderClassName
{
color: #C63CB6;
}
.AnyTagClassName
{
color: #C63CB6;
}
</style>
background-color css
<style>
a { background-color: #C63CB6; }
a { background-color: rgb(198,60,182); }
div.DivClassName
{
background-color: #C63CB6;
}
.BgClassName
{
background-color: #C63CB6;
}
</style>
border-color css
<style>
span { border-color: #C63CB6; }
span { border-color: rgb(198,60,182); }
td.TdClassName
{
border-color: #C63CB6;
}
.TagClassName
{
border-color: #C63CB6;
}
</style>