Html Css Color HEX #C958AD Fuchsia

📋 copy color: '#C958AD'

red 201 ◦ green 88 ◦ blue 173

#C958AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C958AD

Tints of Fuchsia #C958AD

RGB

 RED value IS 201 (78.91% from 255) = 43.51%

 GREEN value IS 88 (34.77% from 255) = 19.05%

 BLUE value IS 173 (67.97% from 255) = 37.45%

R = 43.51%
G = 19.05%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C958AD (or 0xC958AD) is known color: Fuchsia. HEX triplet: C9, 58 and AD. RGB value is (201,88,173). Sum of RGB (Red+Green+Blue) = 201+88+173=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C958AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C958AD is #36A752. Grayscale: #838383. Windows color (decimal): -3581779 or 11360457. OLE color: 11360457.

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

Color convert

RGB 201 88 173 -
CMYK 0 0.56 0.14 0.21
HSL 314.87º 0.51% 0.57% -
HSV(B) 314.87º 0.56% 0.79% -
XYZ 35.12 22.41 42.01 -
YUV 131.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 201 88 173 0 0.56 0.14 0.21 314.87 0.51 0.57
Hex C9 58 AD 0 38 E 15 13B 33 39
Octal 311 130 255 0 70 16 25 473 63 71
Binary 11001001 1011000 10101101 0 111000 1110 10101 100111011 110011 111001

Color Harmonies of #C958AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958AD

Black with #C958AD

Text Example


Text Example

White with #C958AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958AD; }

 p { color: rgb(201,88,173); }

 H1.HeaderClassName
 {
   color: #C958AD;
 }
 .AnyTagClassName
 {
   color: #C958AD;
 }
</style>

background-color css

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

 a { background-color: rgb(201,88,173); }

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

border-color css

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

 span { border-color: rgb(201,88,173); }

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