Shades of Fuchsia #C45FCC
Tints of Fuchsia #C45FCC
RGB
CMYK
RGB Variations
Color information
#C45FCC (or 0xC45FCC) is known color: Fuchsia. HEX triplet: C4, 5F and CC. RGB value is (196,95,204). Sum of RGB (Red+Green+Blue) = 196+95+204=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #C45FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45FCC is #3BA033. Grayscale: #898989. Windows color (decimal): -3907636 or 13393860. OLE color: 13393860.
HSL color Cylindrical-coordinate representation of color #C45FCC: hue angle of 295.6º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C45FCC is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 95 | 204 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.2 |
| HSL | 295.6º | 0.52% | 0.59% | - |
| HSV(B) | 295.6º | 0.53% | 0.8% | - |
| XYZ | 37.76 | 24.28 | 59.82 | - |
| YUV | 137.63 | 165.46 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 204 | 0.04 | 0.53 | 0 | 0.2 | 295.6 | 0.52 | 0.59 |
| Hex | C4 | 5F | CC | 4 | 35 | 0 | 14 | 128 | 34 | 3B |
| Octal | 304 | 137 | 314 | 4 | 65 | 0 | 24 | 450 | 64 | 73 |
| Binary | 11000100 | 1011111 | 11001100 | 100 | 110101 | 0 | 10100 | 100101000 | 110100 | 111011 |
Color Harmonies of #C45FCC
Complementary color
Monochromatic Colors of #C45FCC
Black with #C45FCC
Text Example
Text Example
White with #C45FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45FCC; }
p { color: rgb(196,95,204); }
H1.HeaderClassName
{
color: #C45FCC;
}
.AnyTagClassName
{
color: #C45FCC;
}
</style>
background-color css
<style>
a { background-color: #C45FCC; }
a { background-color: rgb(196,95,204); }
div.DivClassName
{
background-color: #C45FCC;
}
.BgClassName
{
background-color: #C45FCC;
}
</style>
border-color css
<style>
span { border-color: #C45FCC; }
span { border-color: rgb(196,95,204); }
td.TdClassName
{
border-color: #C45FCC;
}
.TagClassName
{
border-color: #C45FCC;
}
</style>