Shades of Fuchsia #C065B2
Tints of Fuchsia #C065B2
RGB
CMYK
RGB Variations
Color information
#C065B2 (or 0xC065B2) is known color: Fuchsia. HEX triplet: C0, 65 and B2. RGB value is (192,101,178). Sum of RGB (Red+Green+Blue) = 192+101+178=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C065B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C065B2 is #3F9A4D. Grayscale: #888888. Windows color (decimal): -4168270 or 11691456. OLE color: 11691456.
HSL color Cylindrical-coordinate representation of color #C065B2: hue angle of 309.23º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C065B2 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 178 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.25 |
| HSL | 309.23º | 0.42% | 0.57% | - |
| HSV(B) | 309.23º | 0.47% | 0.75% | - |
| XYZ | 34.43 | 23.73 | 44.88 | - |
| YUV | 136.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 178 | 0 | 0.47 | 0.07 | 0.25 | 309.23 | 0.42 | 0.57 |
| Hex | C0 | 65 | B2 | 0 | 2F | 7 | 19 | 135 | 2A | 39 |
| Octal | 300 | 145 | 262 | 0 | 57 | 7 | 31 | 465 | 52 | 71 |
| Binary | 11000000 | 1100101 | 10110010 | 0 | 101111 | 111 | 11001 | 100110101 | 101010 | 111001 |
Color Harmonies of #C065B2
Complementary color
Monochromatic Colors of #C065B2
Black with #C065B2
Text Example
Text Example
White with #C065B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065B2; }
p { color: rgb(192,101,178); }
H1.HeaderClassName
{
color: #C065B2;
}
.AnyTagClassName
{
color: #C065B2;
}
</style>
background-color css
<style>
a { background-color: #C065B2; }
a { background-color: rgb(192,101,178); }
div.DivClassName
{
background-color: #C065B2;
}
.BgClassName
{
background-color: #C065B2;
}
</style>
border-color css
<style>
span { border-color: #C065B2; }
span { border-color: rgb(192,101,178); }
td.TdClassName
{
border-color: #C065B2;
}
.TagClassName
{
border-color: #C065B2;
}
</style>