Shades of Fuchsia #C93DD0
Tints of Fuchsia #C93DD0
RGB
CMYK
RGB Variations
Color information
#C93DD0 (or 0xC93DD0) is known color: Fuchsia. HEX triplet: C9, 3D and D0. RGB value is (201,61,208). Sum of RGB (Red+Green+Blue) = 201+61+208=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #C93DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DD0 is #36C22F. Grayscale: #777777. Windows color (decimal): -3588656 or 13647305. OLE color: 13647305.
HSL color Cylindrical-coordinate representation of color #C93DD0: hue angle of 297.14º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93DD0 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 201 | 61 | 208 | - |
CMYK | 0.03 | 0.71 | 0 | 0.18 |
HSL | 297.14º | 0.61% | 0.53% | - |
HSV(B) | 297.14º | 0.71% | 0.82% | - |
XYZ | 37.14 | 20.31 | 61.64 | - |
YUV | 119.62 | 177.88 | 186.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 61 | 208 | 0.03 | 0.71 | 0 | 0.18 | 297.14 | 0.61 | 0.53 |
Hex | C9 | 3D | D0 | 3 | 47 | 0 | 12 | 129 | 3D | 35 |
Octal | 311 | 75 | 320 | 3 | 107 | 0 | 22 | 451 | 75 | 65 |
Binary | 11001001 | 111101 | 11010000 | 11 | 1000111 | 0 | 10010 | 100101001 | 111101 | 110101 |
Color Harmonies of #C93DD0
Complementary color
Monochromatic Colors of #C93DD0
Black with #C93DD0
Text Example
Text Example
White with #C93DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DD0; }
p { color: rgb(201,61,208); }
H1.HeaderClassName
{
color: #C93DD0;
}
.AnyTagClassName
{
color: #C93DD0;
}
</style>
background-color css
<style>
a { background-color: #C93DD0; }
a { background-color: rgb(201,61,208); }
div.DivClassName
{
background-color: #C93DD0;
}
.BgClassName
{
background-color: #C93DD0;
}
</style>
border-color css
<style>
span { border-color: #C93DD0; }
span { border-color: rgb(201,61,208); }
td.TdClassName
{
border-color: #C93DD0;
}
.TagClassName
{
border-color: #C93DD0;
}
</style>