Shades of Fuchsia #C254CB
Tints of Fuchsia #C254CB
RGB
CMYK
RGB Variations
Color information
#C254CB (or 0xC254CB) is known color: Fuchsia. HEX triplet: C2, 54 and CB. RGB value is (194,84,203). Sum of RGB (Red+Green+Blue) = 194+84+203=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #C254CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C254CB is #3DAB34. Grayscale: #828282. Windows color (decimal): -4041525 or 13325506. OLE color: 13325506.
HSL color Cylindrical-coordinate representation of color #C254CB: hue angle of 295.46º degrees, saturation: 0.53, 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 #C254CB is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 84 | 203 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.20 |
| HSL | 295.46º | 0.53% | 0.56% | - |
| HSV(B) | 295.46º | 0.59% | 0.8% | - |
| XYZ | 36.2 | 22.12 | 58.86 | - |
| YUV | 130.46 | 168.94 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 203 | 0.04 | 0.59 | 0 | 0.20 | 295.46 | 0.53 | 0.56 |
| Hex | C2 | 54 | CB | 4 | 3B | 0 | 14 | 127 | 35 | 38 |
| Octal | 302 | 124 | 313 | 4 | 73 | 0 | 24 | 447 | 65 | 70 |
| Binary | 11000010 | 1010100 | 11001011 | 100 | 111011 | 0 | 10100 | 100100111 | 110101 | 111000 |
Color Harmonies of #C254CB
Complementary color
Monochromatic Colors of #C254CB
Black with #C254CB
Text Example
Text Example
White with #C254CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C254CB; }
p { color: rgb(194,84,203); }
H1.HeaderClassName
{
color: #C254CB;
}
.AnyTagClassName
{
color: #C254CB;
}
</style>
background-color css
<style>
a { background-color: #C254CB; }
a { background-color: rgb(194,84,203); }
div.DivClassName
{
background-color: #C254CB;
}
.BgClassName
{
background-color: #C254CB;
}
</style>
border-color css
<style>
span { border-color: #C254CB; }
span { border-color: rgb(194,84,203); }
td.TdClassName
{
border-color: #C254CB;
}
.TagClassName
{
border-color: #C254CB;
}
</style>