Shades of Fuchsia #C24DB3
Tints of Fuchsia #C24DB3
RGB
CMYK
RGB Variations
Color information
#C24DB3 (or 0xC24DB3) is known color: Fuchsia. HEX triplet: C2, 4D and B3. RGB value is (194,77,179). Sum of RGB (Red+Green+Blue) = 194+77+179=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C24DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DB3 is #3DB24C. Grayscale: #7B7B7B. Windows color (decimal): -4043341 or 11750850. OLE color: 11750850.
HSL color Cylindrical-coordinate representation of color #C24DB3: hue angle of 307.69º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24DB3 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 77 | 179 | - |
CMYK | 0 | 0.60 | 0.08 | 0.24 |
HSL | 307.69º | 0.49% | 0.53% | - |
HSV(B) | 307.69º | 0.6% | 0.76% | - |
XYZ | 33.04 | 20.03 | 44.77 | - |
YUV | 123.61 | 159.26 | 178.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 77 | 179 | 0 | 0.60 | 0.08 | 0.24 | 307.69 | 0.49 | 0.53 |
Hex | C2 | 4D | B3 | 0 | 3C | 8 | 18 | 134 | 31 | 35 |
Octal | 302 | 115 | 263 | 0 | 74 | 10 | 30 | 464 | 61 | 65 |
Binary | 11000010 | 1001101 | 10110011 | 0 | 111100 | 1000 | 11000 | 100110100 | 110001 | 110101 |
Color Harmonies of #C24DB3
Complementary color
Monochromatic Colors of #C24DB3
Black with #C24DB3
Text Example
Text Example
White with #C24DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DB3; }
p { color: rgb(194,77,179); }
H1.HeaderClassName
{
color: #C24DB3;
}
.AnyTagClassName
{
color: #C24DB3;
}
</style>
background-color css
<style>
a { background-color: #C24DB3; }
a { background-color: rgb(194,77,179); }
div.DivClassName
{
background-color: #C24DB3;
}
.BgClassName
{
background-color: #C24DB3;
}
</style>
border-color css
<style>
span { border-color: #C24DB3; }
span { border-color: rgb(194,77,179); }
td.TdClassName
{
border-color: #C24DB3;
}
.TagClassName
{
border-color: #C24DB3;
}
</style>