Shades of Fuchsia #C65BB4
Tints of Fuchsia #C65BB4
RGB
CMYK
RGB Variations
Color information
#C65BB4 (or 0xC65BB4) is known color: Fuchsia. HEX triplet: C6, 5B and B4. RGB value is (198,91,180). Sum of RGB (Red+Green+Blue) = 198+91+180=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C65BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BB4 is #39A44B. Grayscale: #848484. Windows color (decimal): -3777612 or 11819974. OLE color: 11819974.
HSL color Cylindrical-coordinate representation of color #C65BB4: hue angle of 310.09º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65BB4 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 91 | 180 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.22 |
| HSL | 310.09º | 0.48% | 0.57% | - |
| HSV(B) | 310.09º | 0.54% | 0.78% | - |
| XYZ | 35.27 | 22.78 | 45.72 | - |
| YUV | 133.14 | 154.45 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 180 | 0 | 0.54 | 0.09 | 0.22 | 310.09 | 0.48 | 0.57 |
| Hex | C6 | 5B | B4 | 0 | 36 | 9 | 16 | 136 | 30 | 39 |
| Octal | 306 | 133 | 264 | 0 | 66 | 11 | 26 | 466 | 60 | 71 |
| Binary | 11000110 | 1011011 | 10110100 | 0 | 110110 | 1001 | 10110 | 100110110 | 110000 | 111001 |
Color Harmonies of #C65BB4
Complementary color
Monochromatic Colors of #C65BB4
Black with #C65BB4
Text Example
Text Example
White with #C65BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65BB4; }
p { color: rgb(198,91,180); }
H1.HeaderClassName
{
color: #C65BB4;
}
.AnyTagClassName
{
color: #C65BB4;
}
</style>
background-color css
<style>
a { background-color: #C65BB4; }
a { background-color: rgb(198,91,180); }
div.DivClassName
{
background-color: #C65BB4;
}
.BgClassName
{
background-color: #C65BB4;
}
</style>
border-color css
<style>
span { border-color: #C65BB4; }
span { border-color: rgb(198,91,180); }
td.TdClassName
{
border-color: #C65BB4;
}
.TagClassName
{
border-color: #C65BB4;
}
</style>