#C95DBA

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

Shades of Fuchsia #C95DBA

Tints of Fuchsia #C95DBA

Color information

#C95DBA (or 0xC95DBA) is unknown color: approx Fuchsia. HEX triplet: C9, 5D and BA. RGB value is (201,93,186). Sum of RGB (Red+Green+Blue) = 201+93+186=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DBA is #36A245. Grayscale: #878787. Windows color (decimal): -3580486 or 12213705. OLE color: 12213705.

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

Color convert

RGB20193186-
CMYK00.540.070.21
HSL308.33º50%57.65%-
HSV(B)308.33º53.73%78.82%-
XYZ36.8623.7949.1-
YUV135.89156.28174.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.88%
GREEN value IS 93 (36.72% from 255) = 19.38%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=41.88%
G=19.38%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019318600.540.070.21308.335057.65
HexC95DBA036715134323a
Octal3111352720667254646272
Binary11001001101110110111010011011011110101100110100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95DBA; }

 p { color: rgb(201,93,186); }

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

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

 a { background-color: rgb(201,93,186); }

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

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

 span { border-color: rgb(201,93,186); }

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