Shades of Fuchsia #C942BD
Tints of Fuchsia #C942BD
RGB
CMYK
RGB Variations
Color information
#C942BD (or 0xC942BD) is known color: Fuchsia. HEX triplet: C9, 42 and BD. RGB value is (201,66,189). Sum of RGB (Red+Green+Blue) = 201+66+189=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C942BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C942BD is #36BD42. Grayscale: #787878. Windows color (decimal): -3587395 or 12403401. OLE color: 12403401.
HSL color Cylindrical-coordinate representation of color #C942BD: hue angle of 305.33º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C942BD is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 189 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.21 |
| HSL | 305.33º | 0.56% | 0.52% | - |
| HSV(B) | 305.33º | 0.67% | 0.79% | - |
| XYZ | 35.22 | 19.99 | 50.15 | - |
| YUV | 120.39 | 166.73 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 189 | 0 | 0.67 | 0.06 | 0.21 | 305.33 | 0.56 | 0.52 |
| Hex | C9 | 42 | BD | 0 | 43 | 6 | 15 | 131 | 38 | 34 |
| Octal | 311 | 102 | 275 | 0 | 103 | 6 | 25 | 461 | 70 | 64 |
| Binary | 11001001 | 1000010 | 10111101 | 0 | 1000011 | 110 | 10101 | 100110001 | 111000 | 110100 |
Color Harmonies of #C942BD
Complementary color
Monochromatic Colors of #C942BD
Black with #C942BD
Text Example
Text Example
White with #C942BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C942BD; }
p { color: rgb(201,66,189); }
H1.HeaderClassName
{
color: #C942BD;
}
.AnyTagClassName
{
color: #C942BD;
}
</style>
background-color css
<style>
a { background-color: #C942BD; }
a { background-color: rgb(201,66,189); }
div.DivClassName
{
background-color: #C942BD;
}
.BgClassName
{
background-color: #C942BD;
}
</style>
border-color css
<style>
span { border-color: #C942BD; }
span { border-color: rgb(201,66,189); }
td.TdClassName
{
border-color: #C942BD;
}
.TagClassName
{
border-color: #C942BD;
}
</style>