Shades of Fuchsia #C254CC
Tints of Fuchsia #C254CC
RGB
CMYK
RGB Variations
Color information
#C254CC (or 0xC254CC) is known color: Fuchsia. HEX triplet: C2, 54 and CC. RGB value is (194,84,204). Sum of RGB (Red+Green+Blue) = 194+84+204=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #C254CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254CC is #3DAB33. Grayscale: #828282. Windows color (decimal): -4041524 or 13391042. OLE color: 13391042.
HSL color Cylindrical-coordinate representation of color #C254CC: hue angle of 295º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C254CC is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 84 | 204 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.2 |
| HSL | 295º | 0.54% | 0.56% | - |
| HSV(B) | 295º | 0.59% | 0.8% | - |
| XYZ | 36.32 | 22.17 | 59.49 | - |
| YUV | 130.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 204 | 0.05 | 0.59 | 0 | 0.2 | 295 | 0.54 | 0.56 |
| Hex | C2 | 54 | CC | 5 | 3B | 0 | 14 | 127 | 36 | 38 |
| Octal | 302 | 124 | 314 | 5 | 73 | 0 | 24 | 447 | 66 | 70 |
| Binary | 11000010 | 1010100 | 11001100 | 101 | 111011 | 0 | 10100 | 100100111 | 110110 | 111000 |
Color Harmonies of #C254CC
Complementary color
Monochromatic Colors of #C254CC
Black with #C254CC
Text Example
Text Example
White with #C254CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C254CC; }
p { color: rgb(194,84,204); }
H1.HeaderClassName
{
color: #C254CC;
}
.AnyTagClassName
{
color: #C254CC;
}
</style>
background-color css
<style>
a { background-color: #C254CC; }
a { background-color: rgb(194,84,204); }
div.DivClassName
{
background-color: #C254CC;
}
.BgClassName
{
background-color: #C254CC;
}
</style>
border-color css
<style>
span { border-color: #C254CC; }
span { border-color: rgb(194,84,204); }
td.TdClassName
{
border-color: #C254CC;
}
.TagClassName
{
border-color: #C254CC;
}
</style>