Shades of Fuchsia #C940CB
Tints of Fuchsia #C940CB
RGB
CMYK
RGB Variations
Color information
#C940CB (or 0xC940CB) is known color: Fuchsia. HEX triplet: C9, 40 and CB. RGB value is (201,64,203). Sum of RGB (Red+Green+Blue) = 201+64+203=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #C940CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C940CB is #36BF34. Grayscale: #787878. Windows color (decimal): -3587893 or 13320393. OLE color: 13320393.
HSL color Cylindrical-coordinate representation of color #C940CB: hue angle of 299.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C940CB is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 64 | 203 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.20 |
| HSL | 299.14º | 0.57% | 0.52% | - |
| HSV(B) | 299.14º | 0.68% | 0.8% | - |
| XYZ | 36.7 | 20.4 | 58.5 | - |
| YUV | 120.81 | 174.39 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 203 | 0.01 | 0.68 | 0 | 0.20 | 299.14 | 0.57 | 0.52 |
| Hex | C9 | 40 | CB | 1 | 44 | 0 | 14 | 12B | 39 | 34 |
| Octal | 311 | 100 | 313 | 1 | 104 | 0 | 24 | 453 | 71 | 64 |
| Binary | 11001001 | 1000000 | 11001011 | 1 | 1000100 | 0 | 10100 | 100101011 | 111001 | 110100 |
Color Harmonies of #C940CB
Complementary color
Monochromatic Colors of #C940CB
Black with #C940CB
Text Example
Text Example
White with #C940CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C940CB; }
p { color: rgb(201,64,203); }
H1.HeaderClassName
{
color: #C940CB;
}
.AnyTagClassName
{
color: #C940CB;
}
</style>
background-color css
<style>
a { background-color: #C940CB; }
a { background-color: rgb(201,64,203); }
div.DivClassName
{
background-color: #C940CB;
}
.BgClassName
{
background-color: #C940CB;
}
</style>
border-color css
<style>
span { border-color: #C940CB; }
span { border-color: rgb(201,64,203); }
td.TdClassName
{
border-color: #C940CB;
}
.TagClassName
{
border-color: #C940CB;
}
</style>