#C95DBE

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

Shades of Fuchsia #C95DBE

Tints of Fuchsia #C95DBE

Color information

#C95DBE (or 0xC95DBE) is unknown color: approx Fuchsia. HEX triplet: C9, 5D and BE. RGB value is (201,93,190). Sum of RGB (Red+Green+Blue) = 201+93+190=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C95DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95DBE is #36A241. Grayscale: #888888. Windows color (decimal): -3580482 or 12475849. OLE color: 12475849.

HSL color Cylindrical-coordinate representation of color #C95DBE: hue angle of 306.11º 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 #C95DBE is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB20193190-
CMYK00.540.050.21
HSL306.11º50%57.65%-
HSV(B)306.11º53.73%78.82%-
XYZ37.323.9651.37-
YUV136.35158.28174.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.53%
GREEN value IS 93 (36.72% from 255) = 19.21%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=41.53%
G=19.21%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019319000.540.050.21306.115057.65
HexC95DBE036515132323a
Octal3111352760665254626272
Binary11001001101110110111110011011010110101100110010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95DBE; }

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

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

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

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

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

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

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

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