Shades of Fuchsia #C042B5
Tints of Fuchsia #C042B5
RGB
CMYK
RGB Variations
Color information
#C042B5 (or 0xC042B5) is known color: Fuchsia. HEX triplet: C0, 42 and B5. RGB value is (192,66,181). Sum of RGB (Red+Green+Blue) = 192+66+181=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C042B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042B5 is #3FBD4A. Grayscale: #747474. Windows color (decimal): -4177227 or 11879104. OLE color: 11879104.
HSL color Cylindrical-coordinate representation of color #C042B5: hue angle of 305.24º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C042B5 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 66 | 181 | - |
CMYK | 0 | 0.66 | 0.06 | 0.25 |
HSL | 305.24º | 0.5% | 0.51% | - |
HSV(B) | 305.24º | 0.66% | 0.75% | - |
XYZ | 32.03 | 18.44 | 45.59 | - |
YUV | 116.78 | 164.24 | 181.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 66 | 181 | 0 | 0.66 | 0.06 | 0.25 | 305.24 | 0.5 | 0.51 |
Hex | C0 | 42 | B5 | 0 | 42 | 6 | 19 | 131 | 32 | 33 |
Octal | 300 | 102 | 265 | 0 | 102 | 6 | 31 | 461 | 62 | 63 |
Binary | 11000000 | 1000010 | 10110101 | 0 | 1000010 | 110 | 11001 | 100110001 | 110010 | 110011 |
Color Harmonies of #C042B5
Complementary color
Monochromatic Colors of #C042B5
Black with #C042B5
Text Example
Text Example
White with #C042B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C042B5; }
p { color: rgb(192,66,181); }
H1.HeaderClassName
{
color: #C042B5;
}
.AnyTagClassName
{
color: #C042B5;
}
</style>
background-color css
<style>
a { background-color: #C042B5; }
a { background-color: rgb(192,66,181); }
div.DivClassName
{
background-color: #C042B5;
}
.BgClassName
{
background-color: #C042B5;
}
</style>
border-color css
<style>
span { border-color: #C042B5; }
span { border-color: rgb(192,66,181); }
td.TdClassName
{
border-color: #C042B5;
}
.TagClassName
{
border-color: #C042B5;
}
</style>