Shades of Fuchsia #C451CE
Tints of Fuchsia #C451CE
RGB
CMYK
RGB Variations
Color information
#C451CE (or 0xC451CE) is known color: Fuchsia. HEX triplet: C4, 51 and CE. RGB value is (196,81,206). Sum of RGB (Red+Green+Blue) = 196+81+206=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #C451CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451CE is #3BAE31. Grayscale: #818181. Windows color (decimal): -3911218 or 13521348. OLE color: 13521348.
HSL color Cylindrical-coordinate representation of color #C451CE: hue angle of 295.2º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C451CE is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 81 | 206 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.19 |
| HSL | 295.2º | 0.56% | 0.56% | - |
| HSV(B) | 295.2º | 0.61% | 0.81% | - |
| XYZ | 36.85 | 22.08 | 60.71 | - |
| YUV | 129.64 | 171.1 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 206 | 0.05 | 0.61 | 0 | 0.19 | 295.2 | 0.56 | 0.56 |
| Hex | C4 | 51 | CE | 5 | 3D | 0 | 13 | 127 | 38 | 38 |
| Octal | 304 | 121 | 316 | 5 | 75 | 0 | 23 | 447 | 70 | 70 |
| Binary | 11000100 | 1010001 | 11001110 | 101 | 111101 | 0 | 10011 | 100100111 | 111000 | 111000 |
Color Harmonies of #C451CE
Complementary color
Monochromatic Colors of #C451CE
Black with #C451CE
Text Example
Text Example
White with #C451CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451CE; }
p { color: rgb(196,81,206); }
H1.HeaderClassName
{
color: #C451CE;
}
.AnyTagClassName
{
color: #C451CE;
}
</style>
background-color css
<style>
a { background-color: #C451CE; }
a { background-color: rgb(196,81,206); }
div.DivClassName
{
background-color: #C451CE;
}
.BgClassName
{
background-color: #C451CE;
}
</style>
border-color css
<style>
span { border-color: #C451CE; }
span { border-color: rgb(196,81,206); }
td.TdClassName
{
border-color: #C451CE;
}
.TagClassName
{
border-color: #C451CE;
}
</style>