Shades of Fuchsia #CD63BA
Tints of Fuchsia #CD63BA
RGB
CMYK
RGB Variations
Color information
#CD63BA (or 0xCD63BA) is known color: Fuchsia. HEX triplet: CD, 63 and BA. RGB value is (205,99,186). Sum of RGB (Red+Green+Blue) = 205+99+186=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD63BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD63BA is #329C45. Grayscale: #8C8C8C. Windows color (decimal): -3316806 or 12215245. OLE color: 12215245.
HSL color Cylindrical-coordinate representation of color #CD63BA: hue angle of 310.75º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD63BA is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 99 | 186 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.20 |
| HSL | 310.75º | 0.51% | 0.6% | - |
| HSV(B) | 310.75º | 0.52% | 0.8% | - |
| XYZ | 38.5 | 25.45 | 49.34 | - |
| YUV | 140.61 | 153.62 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 99 | 186 | 0 | 0.52 | 0.09 | 0.20 | 310.75 | 0.51 | 0.6 |
| Hex | CD | 63 | BA | 0 | 34 | 9 | 14 | 137 | 33 | 3C |
| Octal | 315 | 143 | 272 | 0 | 64 | 11 | 24 | 467 | 63 | 74 |
| Binary | 11001101 | 1100011 | 10111010 | 0 | 110100 | 1001 | 10100 | 100110111 | 110011 | 111100 |
Color Harmonies of #CD63BA
Complementary color
Monochromatic Colors of #CD63BA
Black with #CD63BA
Text Example
Text Example
White with #CD63BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD63BA; }
p { color: rgb(205,99,186); }
H1.HeaderClassName
{
color: #CD63BA;
}
.AnyTagClassName
{
color: #CD63BA;
}
</style>
background-color css
<style>
a { background-color: #CD63BA; }
a { background-color: rgb(205,99,186); }
div.DivClassName
{
background-color: #CD63BA;
}
.BgClassName
{
background-color: #CD63BA;
}
</style>
border-color css
<style>
span { border-color: #CD63BA; }
span { border-color: rgb(205,99,186); }
td.TdClassName
{
border-color: #CD63BA;
}
.TagClassName
{
border-color: #CD63BA;
}
</style>