#C95BCD

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

Shades of Fuchsia #C95BCD

Tints of Fuchsia #C95BCD

Color information

#C95BCD (or 0xC95BCD) is unknown color: approx Fuchsia. HEX triplet: C9, 5B and CD. RGB value is (201,91,205). Sum of RGB (Red+Green+Blue) = 201+91+205=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #C95BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95BCD is #36A432. Grayscale: #888888. Windows color (decimal): -3580979 or 13458377. OLE color: 13458377.

HSL color Cylindrical-coordinate representation of color #C95BCD: hue angle of 297.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95BCD is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20191205-
CMYK0.020.5600.20
HSL297.89º53.27%58.04%-
HSV(B)297.89º55.61%80.39%-
XYZ38.8524.3160.4-
YUV136.89166.44173.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.44%
GREEN value IS 91 (35.94% from 255) = 18.31%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=40.44%
G=18.31%
B=41.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201912050.020.5600.20297.8953.2758.04
HexC95BCD23801412a353a
Octal3111333152700244526572
Binary1100100110110111100110110111000010100100101010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95BCD; }

 p { color: rgb(201,91,205); }

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

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

 a { background-color: rgb(201,91,205); }

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

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

 span { border-color: rgb(201,91,205); }

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