Shades of Fuchsia #C962B4
Tints of Fuchsia #C962B4
RGB
CMYK
RGB Variations
Color information
#C962B4 (or 0xC962B4) is known color: Fuchsia. HEX triplet: C9, 62 and B4. RGB value is (201,98,180). Sum of RGB (Red+Green+Blue) = 201+98+180=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C962B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962B4 is #369D4B. Grayscale: #898989. Windows color (decimal): -3579212 or 11821769. OLE color: 11821769.
HSL color Cylindrical-coordinate representation of color #C962B4: hue angle of 312.23º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C962B4 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 180 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.21 |
| HSL | 312.23º | 0.49% | 0.59% | - |
| HSV(B) | 312.23º | 0.51% | 0.79% | - |
| XYZ | 36.69 | 24.45 | 45.97 | - |
| YUV | 138.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 180 | 0 | 0.51 | 0.10 | 0.21 | 312.23 | 0.49 | 0.59 |
| Hex | C9 | 62 | B4 | 0 | 33 | A | 15 | 138 | 31 | 3B |
| Octal | 311 | 142 | 264 | 0 | 63 | 12 | 25 | 470 | 61 | 73 |
| Binary | 11001001 | 1100010 | 10110100 | 0 | 110011 | 1010 | 10101 | 100111000 | 110001 | 111011 |
Color Harmonies of #C962B4
Complementary color
Monochromatic Colors of #C962B4
Black with #C962B4
Text Example
Text Example
White with #C962B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962B4; }
p { color: rgb(201,98,180); }
H1.HeaderClassName
{
color: #C962B4;
}
.AnyTagClassName
{
color: #C962B4;
}
</style>
background-color css
<style>
a { background-color: #C962B4; }
a { background-color: rgb(201,98,180); }
div.DivClassName
{
background-color: #C962B4;
}
.BgClassName
{
background-color: #C962B4;
}
</style>
border-color css
<style>
span { border-color: #C962B4; }
span { border-color: rgb(201,98,180); }
td.TdClassName
{
border-color: #C962B4;
}
.TagClassName
{
border-color: #C962B4;
}
</style>