Shades of Fuchsia #C845CC
Tints of Fuchsia #C845CC
RGB
CMYK
RGB Variations
Color information
#C845CC (or 0xC845CC) is known color: Fuchsia. HEX triplet: C8, 45 and CC. RGB value is (200,69,204). Sum of RGB (Red+Green+Blue) = 200+69+204=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #C845CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845CC is #37BA33. Grayscale: #7B7B7B. Windows color (decimal): -3652148 or 13387208. OLE color: 13387208.
HSL color Cylindrical-coordinate representation of color #C845CC: hue angle of 298.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C845CC is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 69 | 204 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.2 |
| HSL | 298.22º | 0.57% | 0.54% | - |
| HSV(B) | 298.22º | 0.66% | 0.8% | - |
| XYZ | 36.85 | 20.9 | 59.22 | - |
| YUV | 123.56 | 173.4 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 204 | 0.02 | 0.66 | 0 | 0.2 | 298.22 | 0.57 | 0.54 |
| Hex | C8 | 45 | CC | 2 | 42 | 0 | 14 | 12A | 39 | 36 |
| Octal | 310 | 105 | 314 | 2 | 102 | 0 | 24 | 452 | 71 | 66 |
| Binary | 11001000 | 1000101 | 11001100 | 10 | 1000010 | 0 | 10100 | 100101010 | 111001 | 110110 |
Color Harmonies of #C845CC
Complementary color
Monochromatic Colors of #C845CC
Black with #C845CC
Text Example
Text Example
White with #C845CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845CC; }
p { color: rgb(200,69,204); }
H1.HeaderClassName
{
color: #C845CC;
}
.AnyTagClassName
{
color: #C845CC;
}
</style>
background-color css
<style>
a { background-color: #C845CC; }
a { background-color: rgb(200,69,204); }
div.DivClassName
{
background-color: #C845CC;
}
.BgClassName
{
background-color: #C845CC;
}
</style>
border-color css
<style>
span { border-color: #C845CC; }
span { border-color: rgb(200,69,204); }
td.TdClassName
{
border-color: #C845CC;
}
.TagClassName
{
border-color: #C845CC;
}
</style>