Html Css Color HEX #C958AA Fuchsia

📋 copy color: '#C958AA'

red 201 ◦ green 88 ◦ blue 170

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

Shades of Fuchsia #C958AA

Tints of Fuchsia #C958AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.04%

R = 43.79%
G = 19.17%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C958AA (or 0xC958AA) is known color: Fuchsia. HEX triplet: C9, 58 and AA. RGB value is (201,88,170). Sum of RGB (Red+Green+Blue) = 201+88+170=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C958AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C958AA is #36A755. Grayscale: #828282. Windows color (decimal): -3581782 or 11163849. OLE color: 11163849.

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

Color convert

RGB 201 88 170 -
CMYK 0 0.56 0.15 0.21
HSL 316.46º 0.51% 0.57% -
HSV(B) 316.46º 0.56% 0.79% -
XYZ 34.83 22.3 40.5 -
YUV 131.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 201 88 170 0 0.56 0.15 0.21 316.46 0.51 0.57
Hex C9 58 AA 0 38 F 15 13C 33 39
Octal 311 130 252 0 70 17 25 474 63 71
Binary 11001001 1011000 10101010 0 111000 1111 10101 100111100 110011 111001

Color Harmonies of #C958AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958AA

Black with #C958AA

Text Example


Text Example

White with #C958AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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