#C955BD

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

Shades of Fuchsia #C955BD

Tints of Fuchsia #C955BD

Color information

#C955BD (or 0xC955BD) is unknown color: approx Fuchsia. HEX triplet: C9, 55 and BD. RGB value is (201,85,189). Sum of RGB (Red+Green+Blue) = 201+85+189=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C955BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C955BD is #36AA42. Grayscale: #838383. Windows color (decimal): -3582531 or 12408265. OLE color: 12408265.

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

Color convert

RGB20185189-
CMYK00.580.060.21
HSL306.21º51.79%56.08%-
HSV(B)306.21º57.71%78.82%-
XYZ36.5222.5950.58-
YUV131.54160.43177.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.32%
GREEN value IS 85 (33.59% from 255) = 17.89%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=42.32%
G=17.89%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018518900.580.060.21306.2151.7956.08
HexC955BD03A6151323438
Octal3111252750726254626470
Binary11001001101010110111101011101011010101100110010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C955BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C955BD; }

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

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

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

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

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

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

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

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