Shades of Fuchsia #C95CCF
Tints of Fuchsia #C95CCF
RGB
CMYK
RGB Variations
Color information
#C95CCF (or 0xC95CCF) is known color: Fuchsia. HEX triplet: C9, 5C and CF. RGB value is (201,92,207). Sum of RGB (Red+Green+Blue) = 201+92+207=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #C95CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CCF is #36A330. Grayscale: #898989. Windows color (decimal): -3580721 or 13589705. OLE color: 13589705.
HSL color Cylindrical-coordinate representation of color #C95CCF: hue angle of 296.87º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95CCF is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 92 | 207 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.19 |
| HSL | 296.87º | 0.55% | 0.59% | - |
| HSV(B) | 296.87º | 0.56% | 0.81% | - |
| XYZ | 39.18 | 24.58 | 61.71 | - |
| YUV | 137.7 | 167.11 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 207 | 0.03 | 0.56 | 0 | 0.19 | 296.87 | 0.55 | 0.59 |
| Hex | C9 | 5C | CF | 3 | 38 | 0 | 13 | 129 | 37 | 3B |
| Octal | 311 | 134 | 317 | 3 | 70 | 0 | 23 | 451 | 67 | 73 |
| Binary | 11001001 | 1011100 | 11001111 | 11 | 111000 | 0 | 10011 | 100101001 | 110111 | 111011 |
Color Harmonies of #C95CCF
Complementary color
Monochromatic Colors of #C95CCF
Black with #C95CCF
Text Example
Text Example
White with #C95CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95CCF; }
p { color: rgb(201,92,207); }
H1.HeaderClassName
{
color: #C95CCF;
}
.AnyTagClassName
{
color: #C95CCF;
}
</style>
background-color css
<style>
a { background-color: #C95CCF; }
a { background-color: rgb(201,92,207); }
div.DivClassName
{
background-color: #C95CCF;
}
.BgClassName
{
background-color: #C95CCF;
}
</style>
border-color css
<style>
span { border-color: #C95CCF; }
span { border-color: rgb(201,92,207); }
td.TdClassName
{
border-color: #C95CCF;
}
.TagClassName
{
border-color: #C95CCF;
}
</style>