#C95CC7

Color #C95CC7 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C95CC7

Tints of Fuchsia #C95CC7

Color information

#C95CC7 (or 0xC95CC7) is unknown color: approx Fuchsia. HEX triplet: C9, 5C and C7. RGB value is (201,92,199). Sum of RGB (Red+Green+Blue) = 201+92+199=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C95CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CC7 is #36A338. Grayscale: #888888. Windows color (decimal): -3580729 or 13065417. OLE color: 13065417.

HSL color Cylindrical-coordinate representation of color #C95CC7: hue angle of 301.1º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95CC7 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB20192199-
CMYK00.540.010.21
HSL301.1º50.23%57.45%-
HSV(B)301.1º54.23%78.82%-
XYZ38.2224.256.69-
YUV136.79163.11173.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 40.85%
GREEN value IS 92 (36.33% from 255) = 18.70%
BLUE value IS 199 (78.12% from 255) = 40.45%
R=40.85%
G=18.70%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019219900.540.010.21301.150.2357.45
HexC95CC703611512d3239
Octal3111343070661254556271
Binary110010011011100110001110110110110101100101101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95CC7; }

 p { color: rgb(201,92,199); }

 H1.HeaderClassName
 {
   color: #C95CC7;
 }
 .AnyTagClassName
 {
   color: #C95CC7;
 }
</style>
background-color css

<style>
 a { background-color: #C95CC7; }

 a { background-color: rgb(201,92,199); }

 div.DivClassName
 {
   background-color: #C95CC7;
 }
 .BgClassName
 {
   background-color: #C95CC7;
 }
</style>
border-color css

<style>
 span { border-color: #C95CC7; }

 span { border-color: rgb(201,92,199); }

 td.TdClassName
 {
   border-color: #C95CC7;
 }
 .TagClassName
 {
   border-color: #C95CC7;
 }
</style>