Shades of Fuchsia #C451CA
Tints of Fuchsia #C451CA
RGB
CMYK
RGB Variations
Color information
#C451CA (or 0xC451CA) is known color: Fuchsia. HEX triplet: C4, 51 and CA. RGB value is (196,81,202). Sum of RGB (Red+Green+Blue) = 196+81+202=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #C451CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451CA is #3BAE35. Grayscale: #808080. Windows color (decimal): -3911222 or 13259204. OLE color: 13259204.
HSL color Cylindrical-coordinate representation of color #C451CA: hue angle of 297.02º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C451CA is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 81 | 202 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.21 |
| HSL | 297.02º | 0.53% | 0.55% | - |
| HSV(B) | 297.02º | 0.6% | 0.79% | - |
| XYZ | 36.37 | 21.88 | 58.18 | - |
| YUV | 129.18 | 169.1 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 202 | 0.03 | 0.60 | 0 | 0.21 | 297.02 | 0.53 | 0.55 |
| Hex | C4 | 51 | CA | 3 | 3C | 0 | 15 | 129 | 35 | 37 |
| Octal | 304 | 121 | 312 | 3 | 74 | 0 | 25 | 451 | 65 | 67 |
| Binary | 11000100 | 1010001 | 11001010 | 11 | 111100 | 0 | 10101 | 100101001 | 110101 | 110111 |
Color Harmonies of #C451CA
Complementary color
Monochromatic Colors of #C451CA
Black with #C451CA
Text Example
Text Example
White with #C451CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451CA; }
p { color: rgb(196,81,202); }
H1.HeaderClassName
{
color: #C451CA;
}
.AnyTagClassName
{
color: #C451CA;
}
</style>
background-color css
<style>
a { background-color: #C451CA; }
a { background-color: rgb(196,81,202); }
div.DivClassName
{
background-color: #C451CA;
}
.BgClassName
{
background-color: #C451CA;
}
</style>
border-color css
<style>
span { border-color: #C451CA; }
span { border-color: rgb(196,81,202); }
td.TdClassName
{
border-color: #C451CA;
}
.TagClassName
{
border-color: #C451CA;
}
</style>