Shades of Fuchsia #C274BD
Tints of Fuchsia #C274BD
RGB
CMYK
RGB Variations
Color information
#C274BD (or 0xC274BD) is known color: Fuchsia. HEX triplet: C2, 74 and BD. RGB value is (194,116,189). Sum of RGB (Red+Green+Blue) = 194+116+189=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C274BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C274BD is #3D8B42. Grayscale: #939393. Windows color (decimal): -4033347 or 12416194. OLE color: 12416194.
HSL color Cylindrical-coordinate representation of color #C274BD: hue angle of 303.85º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C274BD is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 189 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.24 |
| HSL | 303.85º | 0.39% | 0.61% | - |
| HSV(B) | 303.85º | 0.4% | 0.76% | - |
| XYZ | 37.68 | 27.63 | 51.49 | - |
| YUV | 147.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 189 | 0 | 0.40 | 0.03 | 0.24 | 303.85 | 0.39 | 0.61 |
| Hex | C2 | 74 | BD | 0 | 28 | 3 | 18 | 130 | 27 | 3D |
| Octal | 302 | 164 | 275 | 0 | 50 | 3 | 30 | 460 | 47 | 75 |
| Binary | 11000010 | 1110100 | 10111101 | 0 | 101000 | 11 | 11000 | 100110000 | 100111 | 111101 |
Color Harmonies of #C274BD
Complementary color
Monochromatic Colors of #C274BD
Black with #C274BD
Text Example
Text Example
White with #C274BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C274BD; }
p { color: rgb(194,116,189); }
H1.HeaderClassName
{
color: #C274BD;
}
.AnyTagClassName
{
color: #C274BD;
}
</style>
background-color css
<style>
a { background-color: #C274BD; }
a { background-color: rgb(194,116,189); }
div.DivClassName
{
background-color: #C274BD;
}
.BgClassName
{
background-color: #C274BD;
}
</style>
border-color css
<style>
span { border-color: #C274BD; }
span { border-color: rgb(194,116,189); }
td.TdClassName
{
border-color: #C274BD;
}
.TagClassName
{
border-color: #C274BD;
}
</style>