Shades of Fuchsia #C04AB3
Tints of Fuchsia #C04AB3
RGB
CMYK
RGB Variations
Color information
#C04AB3 (or 0xC04AB3) is known color: Fuchsia. HEX triplet: C0, 4A and B3. RGB value is (192,74,179). Sum of RGB (Red+Green+Blue) = 192+74+179=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C04AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04AB3 is #3FB54C. Grayscale: #787878. Windows color (decimal): -4175181 or 11750080. OLE color: 11750080.
HSL color Cylindrical-coordinate representation of color #C04AB3: hue angle of 306.61º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04AB3 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 74 | 179 | - |
CMYK | 0 | 0.61 | 0.07 | 0.25 |
HSL | 306.61º | 0.48% | 0.52% | - |
HSV(B) | 306.61º | 0.61% | 0.75% | - |
XYZ | 32.32 | 19.36 | 44.68 | - |
YUV | 121.25 | 160.59 | 178.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 74 | 179 | 0 | 0.61 | 0.07 | 0.25 | 306.61 | 0.48 | 0.52 |
Hex | C0 | 4A | B3 | 0 | 3D | 7 | 19 | 133 | 30 | 34 |
Octal | 300 | 112 | 263 | 0 | 75 | 7 | 31 | 463 | 60 | 64 |
Binary | 11000000 | 1001010 | 10110011 | 0 | 111101 | 111 | 11001 | 100110011 | 110000 | 110100 |
Color Harmonies of #C04AB3
Complementary color
Monochromatic Colors of #C04AB3
Black with #C04AB3
Text Example
Text Example
White with #C04AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04AB3; }
p { color: rgb(192,74,179); }
H1.HeaderClassName
{
color: #C04AB3;
}
.AnyTagClassName
{
color: #C04AB3;
}
</style>
background-color css
<style>
a { background-color: #C04AB3; }
a { background-color: rgb(192,74,179); }
div.DivClassName
{
background-color: #C04AB3;
}
.BgClassName
{
background-color: #C04AB3;
}
</style>
border-color css
<style>
span { border-color: #C04AB3; }
span { border-color: rgb(192,74,179); }
td.TdClassName
{
border-color: #C04AB3;
}
.TagClassName
{
border-color: #C04AB3;
}
</style>