#C95CBD

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

Shades of Fuchsia #C95CBD

Tints of Fuchsia #C95CBD

Color information

#C95CBD (or 0xC95CBD) is unknown color: approx Fuchsia. HEX triplet: C9, 5C and BD. RGB value is (201,92,189). Sum of RGB (Red+Green+Blue) = 201+92+189=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C95CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CBD is #36A342. Grayscale: #878787. Windows color (decimal): -3580739 or 12410057. OLE color: 12410057.

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

Color convert

RGB20192189-
CMYK00.540.060.21
HSL306.61º50.23%57.45%-
HSV(B)306.61º54.23%78.82%-
XYZ37.123.7550.77-
YUV135.65158.11174.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.70%
GREEN value IS 92 (36.33% from 255) = 19.09%
BLUE value IS 189 (74.22% from 255) = 39.21%
R=41.70%
G=19.09%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019218900.540.060.21306.6150.2357.45
HexC95CBD0366151333239
Octal3111342750666254636271
Binary11001001101110010111101011011011010101100110011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95CBD; }

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

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

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

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

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

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

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

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