Shades of Fuchsia #C92BB3
Tints of Fuchsia #C92BB3
RGB
CMYK
RGB Variations
Color information
#C92BB3 (or 0xC92BB3) is known color: Fuchsia. HEX triplet: C9, 2B and B3. RGB value is (201,43,179). Sum of RGB (Red+Green+Blue) = 201+43+179=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C92BB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92BB3 is #36D44C. Grayscale: #696969. Windows color (decimal): -3593293 or 11742153. OLE color: 11742153.
HSL color Cylindrical-coordinate representation of color #C92BB3: hue angle of 308.35º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92BB3 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 43 | 179 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.21 |
| HSL | 308.35º | 0.65% | 0.48% | - |
| HSV(B) | 308.35º | 0.79% | 0.79% | - |
| XYZ | 33.09 | 17.4 | 44.26 | - |
| YUV | 105.75 | 169.35 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 179 | 0 | 0.79 | 0.11 | 0.21 | 308.35 | 0.65 | 0.48 |
| Hex | C9 | 2B | B3 | 0 | 4F | B | 15 | 134 | 41 | 30 |
| Octal | 311 | 53 | 263 | 0 | 117 | 13 | 25 | 464 | 101 | 60 |
| Binary | 11001001 | 101011 | 10110011 | 0 | 1001111 | 1011 | 10101 | 100110100 | 1000001 | 110000 |
Color Harmonies of #C92BB3
Complementary color
Monochromatic Colors of #C92BB3
Black with #C92BB3
Text Example
Text Example
White with #C92BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92BB3; }
p { color: rgb(201,43,179); }
H1.HeaderClassName
{
color: #C92BB3;
}
.AnyTagClassName
{
color: #C92BB3;
}
</style>
background-color css
<style>
a { background-color: #C92BB3; }
a { background-color: rgb(201,43,179); }
div.DivClassName
{
background-color: #C92BB3;
}
.BgClassName
{
background-color: #C92BB3;
}
</style>
border-color css
<style>
span { border-color: #C92BB3; }
span { border-color: rgb(201,43,179); }
td.TdClassName
{
border-color: #C92BB3;
}
.TagClassName
{
border-color: #C92BB3;
}
</style>