Shades of Fuchsia #C937D0
Tints of Fuchsia #C937D0
RGB
CMYK
RGB Variations
Color information
#C937D0 (or 0xC937D0) is known color: Fuchsia. HEX triplet: C9, 37 and D0. RGB value is (201,55,208). Sum of RGB (Red+Green+Blue) = 201+55+208=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #C937D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C937D0 is #36C82F. Grayscale: #737373. Windows color (decimal): -3590192 or 13645769. OLE color: 13645769.
HSL color Cylindrical-coordinate representation of color #C937D0: hue angle of 297.25º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C937D0 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 201 | 55 | 208 | - |
CMYK | 0.03 | 0.74 | 0 | 0.18 |
HSL | 297.25º | 0.62% | 0.52% | - |
HSV(B) | 297.25º | 0.74% | 0.82% | - |
XYZ | 36.84 | 19.7 | 61.54 | - |
YUV | 116.1 | 179.87 | 188.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 55 | 208 | 0.03 | 0.74 | 0 | 0.18 | 297.25 | 0.62 | 0.52 |
Hex | C9 | 37 | D0 | 3 | 4A | 0 | 12 | 129 | 3E | 34 |
Octal | 311 | 67 | 320 | 3 | 112 | 0 | 22 | 451 | 76 | 64 |
Binary | 11001001 | 110111 | 11010000 | 11 | 1001010 | 0 | 10010 | 100101001 | 111110 | 110100 |
Color Harmonies of #C937D0
Complementary color
Monochromatic Colors of #C937D0
Black with #C937D0
Text Example
Text Example
White with #C937D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C937D0; }
p { color: rgb(201,55,208); }
H1.HeaderClassName
{
color: #C937D0;
}
.AnyTagClassName
{
color: #C937D0;
}
</style>
background-color css
<style>
a { background-color: #C937D0; }
a { background-color: rgb(201,55,208); }
div.DivClassName
{
background-color: #C937D0;
}
.BgClassName
{
background-color: #C937D0;
}
</style>
border-color css
<style>
span { border-color: #C937D0; }
span { border-color: rgb(201,55,208); }
td.TdClassName
{
border-color: #C937D0;
}
.TagClassName
{
border-color: #C937D0;
}
</style>