Shades of Fuchsia #C935BB
Tints of Fuchsia #C935BB
RGB
CMYK
RGB Variations
Color information
#C935BB (or 0xC935BB) is known color: Fuchsia. HEX triplet: C9, 35 and BB. RGB value is (201,53,187). Sum of RGB (Red+Green+Blue) = 201+53+187=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C935BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C935BB is #36CA44. Grayscale: #707070. Windows color (decimal): -3590725 or 12269001. OLE color: 12269001.
HSL color Cylindrical-coordinate representation of color #C935BB: hue angle of 305.68º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C935BB is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 187 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.21 |
| HSL | 305.68º | 0.58% | 0.5% | - |
| HSV(B) | 305.68º | 0.74% | 0.79% | - |
| XYZ | 34.33 | 18.55 | 48.79 | - |
| YUV | 112.53 | 170.03 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 187 | 0 | 0.74 | 0.07 | 0.21 | 305.68 | 0.58 | 0.5 |
| Hex | C9 | 35 | BB | 0 | 4A | 7 | 15 | 132 | 3A | 32 |
| Octal | 311 | 65 | 273 | 0 | 112 | 7 | 25 | 462 | 72 | 62 |
| Binary | 11001001 | 110101 | 10111011 | 0 | 1001010 | 111 | 10101 | 100110010 | 111010 | 110010 |
Color Harmonies of #C935BB
Complementary color
Monochromatic Colors of #C935BB
Black with #C935BB
Text Example
Text Example
White with #C935BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C935BB; }
p { color: rgb(201,53,187); }
H1.HeaderClassName
{
color: #C935BB;
}
.AnyTagClassName
{
color: #C935BB;
}
</style>
background-color css
<style>
a { background-color: #C935BB; }
a { background-color: rgb(201,53,187); }
div.DivClassName
{
background-color: #C935BB;
}
.BgClassName
{
background-color: #C935BB;
}
</style>
border-color css
<style>
span { border-color: #C935BB; }
span { border-color: rgb(201,53,187); }
td.TdClassName
{
border-color: #C935BB;
}
.TagClassName
{
border-color: #C935BB;
}
</style>