Shades of Fuchsia #C92FC4
Tints of Fuchsia #C92FC4
RGB
CMYK
RGB Variations
Color information
#C92FC4 (or 0xC92FC4) is known color: Fuchsia. HEX triplet: C9, 2F and C4. RGB value is (201,47,196). Sum of RGB (Red+Green+Blue) = 201+47+196=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 47 (18.75% from 255 or 10.59% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C92FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92FC4 is #36D03B. Grayscale: #6D6D6D. Windows color (decimal): -3592252 or 12857289. OLE color: 12857289.
HSL color Cylindrical-coordinate representation of color #C92FC4: hue angle of 301.95º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C92FC4 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 47 | 196 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.21 |
| HSL | 301.95º | 0.62% | 0.49% | - |
| HSV(B) | 301.95º | 0.77% | 0.79% | - |
| XYZ | 35.07 | 18.44 | 53.93 | - |
| YUV | 110.03 | 176.52 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 196 | 0 | 0.77 | 0.02 | 0.21 | 301.95 | 0.62 | 0.49 |
| Hex | C9 | 2F | C4 | 0 | 4D | 2 | 15 | 12E | 3E | 31 |
| Octal | 311 | 57 | 304 | 0 | 115 | 2 | 25 | 456 | 76 | 61 |
| Binary | 11001001 | 101111 | 11000100 | 0 | 1001101 | 10 | 10101 | 100101110 | 111110 | 110001 |
Color Harmonies of #C92FC4
Complementary color
Monochromatic Colors of #C92FC4
Black with #C92FC4
Text Example
Text Example
White with #C92FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92FC4; }
p { color: rgb(201,47,196); }
H1.HeaderClassName
{
color: #C92FC4;
}
.AnyTagClassName
{
color: #C92FC4;
}
</style>
background-color css
<style>
a { background-color: #C92FC4; }
a { background-color: rgb(201,47,196); }
div.DivClassName
{
background-color: #C92FC4;
}
.BgClassName
{
background-color: #C92FC4;
}
</style>
border-color css
<style>
span { border-color: #C92FC4; }
span { border-color: rgb(201,47,196); }
td.TdClassName
{
border-color: #C92FC4;
}
.TagClassName
{
border-color: #C92FC4;
}
</style>