Shades of Fuchsia #C935CB
Tints of Fuchsia #C935CB
RGB
CMYK
RGB Variations
Color information
#C935CB (or 0xC935CB) is known color: Fuchsia. HEX triplet: C9, 35 and CB. RGB value is (201,53,203). Sum of RGB (Red+Green+Blue) = 201+53+203=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #C935CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C935CB is #36CA34. Grayscale: #717171. Windows color (decimal): -3590709 or 13317577. OLE color: 13317577.
HSL color Cylindrical-coordinate representation of color #C935CB: hue angle of 299.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C935CB is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 53 | 203 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.20 |
| HSL | 299.2º | 0.59% | 0.5% | - |
| HSV(B) | 299.2º | 0.74% | 0.8% | - |
| XYZ | 36.14 | 19.28 | 58.32 | - |
| YUV | 114.35 | 178.03 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 203 | 0.01 | 0.74 | 0 | 0.20 | 299.2 | 0.59 | 0.5 |
| Hex | C9 | 35 | CB | 1 | 4A | 0 | 14 | 12B | 3B | 32 |
| Octal | 311 | 65 | 313 | 1 | 112 | 0 | 24 | 453 | 73 | 62 |
| Binary | 11001001 | 110101 | 11001011 | 1 | 1001010 | 0 | 10100 | 100101011 | 111011 | 110010 |
Color Harmonies of #C935CB
Complementary color
Monochromatic Colors of #C935CB
Black with #C935CB
Text Example
Text Example
White with #C935CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C935CB; }
p { color: rgb(201,53,203); }
H1.HeaderClassName
{
color: #C935CB;
}
.AnyTagClassName
{
color: #C935CB;
}
</style>
background-color css
<style>
a { background-color: #C935CB; }
a { background-color: rgb(201,53,203); }
div.DivClassName
{
background-color: #C935CB;
}
.BgClassName
{
background-color: #C935CB;
}
</style>
border-color css
<style>
span { border-color: #C935CB; }
span { border-color: rgb(201,53,203); }
td.TdClassName
{
border-color: #C935CB;
}
.TagClassName
{
border-color: #C935CB;
}
</style>