Shades of Fuchsia #C969B5
Tints of Fuchsia #C969B5
RGB
CMYK
RGB Variations
Color information
#C969B5 (or 0xC969B5) is known color: Fuchsia. HEX triplet: C9, 69 and B5. RGB value is (201,105,181). Sum of RGB (Red+Green+Blue) = 201+105+181=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C969B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969B5 is #36964A. Grayscale: #8E8E8E. Windows color (decimal): -3577419 or 11889097. OLE color: 11889097.
HSL color Cylindrical-coordinate representation of color #C969B5: hue angle of 312.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C969B5 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 105 | 181 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.21 |
| HSL | 312.5º | 0.47% | 0.6% | - |
| HSV(B) | 312.5º | 0.48% | 0.79% | - |
| XYZ | 37.48 | 25.86 | 46.73 | - |
| YUV | 142.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 105 | 181 | 0 | 0.48 | 0.10 | 0.21 | 312.5 | 0.47 | 0.6 |
| Hex | C9 | 69 | B5 | 0 | 30 | A | 15 | 138 | 2F | 3C |
| Octal | 311 | 151 | 265 | 0 | 60 | 12 | 25 | 470 | 57 | 74 |
| Binary | 11001001 | 1101001 | 10110101 | 0 | 110000 | 1010 | 10101 | 100111000 | 101111 | 111100 |
Color Harmonies of #C969B5
Complementary color
Monochromatic Colors of #C969B5
Black with #C969B5
Text Example
Text Example
White with #C969B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C969B5; }
p { color: rgb(201,105,181); }
H1.HeaderClassName
{
color: #C969B5;
}
.AnyTagClassName
{
color: #C969B5;
}
</style>
background-color css
<style>
a { background-color: #C969B5; }
a { background-color: rgb(201,105,181); }
div.DivClassName
{
background-color: #C969B5;
}
.BgClassName
{
background-color: #C969B5;
}
</style>
border-color css
<style>
span { border-color: #C969B5; }
span { border-color: rgb(201,105,181); }
td.TdClassName
{
border-color: #C969B5;
}
.TagClassName
{
border-color: #C969B5;
}
</style>