Shades of Fuchsia #C842C1
Tints of Fuchsia #C842C1
RGB
CMYK
RGB Variations
Color information
#C842C1 (or 0xC842C1) is known color: Fuchsia. HEX triplet: C8, 42 and C1. RGB value is (200,66,193). Sum of RGB (Red+Green+Blue) = 200+66+193=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C842C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C842C1 is #37BD3E. Grayscale: #787878. Windows color (decimal): -3652927 or 12665544. OLE color: 12665544.
HSL color Cylindrical-coordinate representation of color #C842C1: hue angle of 303.13º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C842C1 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 193 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.22 |
| HSL | 303.13º | 0.55% | 0.52% | - |
| HSV(B) | 303.13º | 0.67% | 0.78% | - |
| XYZ | 35.39 | 20.03 | 52.45 | - |
| YUV | 120.54 | 168.89 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 193 | 0 | 0.67 | 0.04 | 0.22 | 303.13 | 0.55 | 0.52 |
| Hex | C8 | 42 | C1 | 0 | 43 | 4 | 16 | 12F | 37 | 34 |
| Octal | 310 | 102 | 301 | 0 | 103 | 4 | 26 | 457 | 67 | 64 |
| Binary | 11001000 | 1000010 | 11000001 | 0 | 1000011 | 100 | 10110 | 100101111 | 110111 | 110100 |
Color Harmonies of #C842C1
Complementary color
Monochromatic Colors of #C842C1
Black with #C842C1
Text Example
Text Example
White with #C842C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C842C1; }
p { color: rgb(200,66,193); }
H1.HeaderClassName
{
color: #C842C1;
}
.AnyTagClassName
{
color: #C842C1;
}
</style>
background-color css
<style>
a { background-color: #C842C1; }
a { background-color: rgb(200,66,193); }
div.DivClassName
{
background-color: #C842C1;
}
.BgClassName
{
background-color: #C842C1;
}
</style>
border-color css
<style>
span { border-color: #C842C1; }
span { border-color: rgb(200,66,193); }
td.TdClassName
{
border-color: #C842C1;
}
.TagClassName
{
border-color: #C842C1;
}
</style>