Shades of Fuchsia #C452C3
Tints of Fuchsia #C452C3
RGB
CMYK
RGB Variations
Color information
#C452C3 (or 0xC452C3) is known color: Fuchsia. HEX triplet: C4, 52 and C3. RGB value is (196,82,195). Sum of RGB (Red+Green+Blue) = 196+82+195=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C452C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C452C3 is #3BAD3C. Grayscale: #808080. Windows color (decimal): -3910973 or 12800708. OLE color: 12800708.
HSL color Cylindrical-coordinate representation of color #C452C3: hue angle of 300.53º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C452C3 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 195 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.23 |
| HSL | 300.53º | 0.49% | 0.55% | - |
| HSV(B) | 300.53º | 0.58% | 0.77% | - |
| XYZ | 35.63 | 21.71 | 53.94 | - |
| YUV | 128.97 | 165.27 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 195 | 0 | 0.58 | 0.01 | 0.23 | 300.53 | 0.49 | 0.55 |
| Hex | C4 | 52 | C3 | 0 | 3A | 1 | 17 | 12D | 31 | 37 |
| Octal | 304 | 122 | 303 | 0 | 72 | 1 | 27 | 455 | 61 | 67 |
| Binary | 11000100 | 1010010 | 11000011 | 0 | 111010 | 1 | 10111 | 100101101 | 110001 | 110111 |
Color Harmonies of #C452C3
Complementary color
Monochromatic Colors of #C452C3
Black with #C452C3
Text Example
Text Example
White with #C452C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C452C3; }
p { color: rgb(196,82,195); }
H1.HeaderClassName
{
color: #C452C3;
}
.AnyTagClassName
{
color: #C452C3;
}
</style>
background-color css
<style>
a { background-color: #C452C3; }
a { background-color: rgb(196,82,195); }
div.DivClassName
{
background-color: #C452C3;
}
.BgClassName
{
background-color: #C452C3;
}
</style>
border-color css
<style>
span { border-color: #C452C3; }
span { border-color: rgb(196,82,195); }
td.TdClassName
{
border-color: #C452C3;
}
.TagClassName
{
border-color: #C452C3;
}
</style>