Shades of Fuchsia #C275B5
Tints of Fuchsia #C275B5
RGB
CMYK
RGB Variations
Color information
#C275B5 (or 0xC275B5) is known color: Fuchsia. HEX triplet: C2, 75 and B5. RGB value is (194,117,181). Sum of RGB (Red+Green+Blue) = 194+117+181=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C275B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C275B5 is #3D8A4A. Grayscale: #939393. Windows color (decimal): -4033099 or 11892162. OLE color: 11892162.
HSL color Cylindrical-coordinate representation of color #C275B5: hue angle of 310.13º 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 #C275B5 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 181 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.24 |
| HSL | 310.13º | 0.39% | 0.61% | - |
| HSV(B) | 310.13º | 0.4% | 0.76% | - |
| XYZ | 36.95 | 27.53 | 47.08 | - |
| YUV | 147.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 181 | 0 | 0.40 | 0.07 | 0.24 | 310.13 | 0.39 | 0.61 |
| Hex | C2 | 75 | B5 | 0 | 28 | 7 | 18 | 136 | 27 | 3D |
| Octal | 302 | 165 | 265 | 0 | 50 | 7 | 30 | 466 | 47 | 75 |
| Binary | 11000010 | 1110101 | 10110101 | 0 | 101000 | 111 | 11000 | 100110110 | 100111 | 111101 |
Color Harmonies of #C275B5
Complementary color
Monochromatic Colors of #C275B5
Black with #C275B5
Text Example
Text Example
White with #C275B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C275B5; }
p { color: rgb(194,117,181); }
H1.HeaderClassName
{
color: #C275B5;
}
.AnyTagClassName
{
color: #C275B5;
}
</style>
background-color css
<style>
a { background-color: #C275B5; }
a { background-color: rgb(194,117,181); }
div.DivClassName
{
background-color: #C275B5;
}
.BgClassName
{
background-color: #C275B5;
}
</style>
border-color css
<style>
span { border-color: #C275B5; }
span { border-color: rgb(194,117,181); }
td.TdClassName
{
border-color: #C275B5;
}
.TagClassName
{
border-color: #C275B5;
}
</style>