Shades of Fuchsia #C965B8
Tints of Fuchsia #C965B8
RGB
CMYK
RGB Variations
Color information
#C965B8 (or 0xC965B8) is known color: Fuchsia. HEX triplet: C9, 65 and B8. RGB value is (201,101,184). Sum of RGB (Red+Green+Blue) = 201+101+184=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C965B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965B8 is #369A47. Grayscale: #8C8C8C. Windows color (decimal): -3578440 or 12084681. OLE color: 12084681.
HSL color Cylindrical-coordinate representation of color #C965B8: hue angle of 310.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C965B8 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 184 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.21 |
| HSL | 310.2º | 0.48% | 0.59% | - |
| HSV(B) | 310.2º | 0.5% | 0.79% | - |
| XYZ | 37.39 | 25.19 | 48.24 | - |
| YUV | 140.36 | 152.63 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 184 | 0 | 0.50 | 0.08 | 0.21 | 310.2 | 0.48 | 0.59 |
| Hex | C9 | 65 | B8 | 0 | 32 | 8 | 15 | 136 | 30 | 3B |
| Octal | 311 | 145 | 270 | 0 | 62 | 10 | 25 | 466 | 60 | 73 |
| Binary | 11001001 | 1100101 | 10111000 | 0 | 110010 | 1000 | 10101 | 100110110 | 110000 | 111011 |
Color Harmonies of #C965B8
Complementary color
Monochromatic Colors of #C965B8
Black with #C965B8
Text Example
Text Example
White with #C965B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965B8; }
p { color: rgb(201,101,184); }
H1.HeaderClassName
{
color: #C965B8;
}
.AnyTagClassName
{
color: #C965B8;
}
</style>
background-color css
<style>
a { background-color: #C965B8; }
a { background-color: rgb(201,101,184); }
div.DivClassName
{
background-color: #C965B8;
}
.BgClassName
{
background-color: #C965B8;
}
</style>
border-color css
<style>
span { border-color: #C965B8; }
span { border-color: rgb(201,101,184); }
td.TdClassName
{
border-color: #C965B8;
}
.TagClassName
{
border-color: #C965B8;
}
</style>