Shades of Fuchsia #C949B7
Tints of Fuchsia #C949B7
RGB
CMYK
RGB Variations
Color information
#C949B7 (or 0xC949B7) is known color: Fuchsia. HEX triplet: C9, 49 and B7. RGB value is (201,73,183). Sum of RGB (Red+Green+Blue) = 201+73+183=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C949B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C949B7 is #36B648. Grayscale: #7B7B7B. Windows color (decimal): -3585609 or 12011977. OLE color: 12011977.
HSL color Cylindrical-coordinate representation of color #C949B7: hue angle of 308.44º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C949B7 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 73 | 183 | - |
CMYK | 0 | 0.64 | 0.09 | 0.21 |
HSL | 308.44º | 0.54% | 0.54% | - |
HSV(B) | 308.44º | 0.64% | 0.79% | - |
XYZ | 35.02 | 20.6 | 46.93 | - |
YUV | 123.81 | 161.41 | 183.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 73 | 183 | 0 | 0.64 | 0.09 | 0.21 | 308.44 | 0.54 | 0.54 |
Hex | C9 | 49 | B7 | 0 | 40 | 9 | 15 | 134 | 36 | 36 |
Octal | 311 | 111 | 267 | 0 | 100 | 11 | 25 | 464 | 66 | 66 |
Binary | 11001001 | 1001001 | 10110111 | 0 | 1000000 | 1001 | 10101 | 100110100 | 110110 | 110110 |
Color Harmonies of #C949B7
Complementary color
Monochromatic Colors of #C949B7
Black with #C949B7
Text Example
Text Example
White with #C949B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C949B7; }
p { color: rgb(201,73,183); }
H1.HeaderClassName
{
color: #C949B7;
}
.AnyTagClassName
{
color: #C949B7;
}
</style>
background-color css
<style>
a { background-color: #C949B7; }
a { background-color: rgb(201,73,183); }
div.DivClassName
{
background-color: #C949B7;
}
.BgClassName
{
background-color: #C949B7;
}
</style>
border-color css
<style>
span { border-color: #C949B7; }
span { border-color: rgb(201,73,183); }
td.TdClassName
{
border-color: #C949B7;
}
.TagClassName
{
border-color: #C949B7;
}
</style>