Html Css Color HEX #C958BA Fuchsia

📋 copy color: '#C958BA'

red 201 ◦ green 88 ◦ blue 186

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

Shades of Fuchsia #C958BA

Tints of Fuchsia #C958BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.16%

R = 42.32%
G = 18.53%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C958BA (or 0xC958BA) is known color: Fuchsia. HEX triplet: C9, 58 and BA. RGB value is (201,88,186). Sum of RGB (Red+Green+Blue) = 201+88+186=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C958BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958BA is #36A745. Grayscale: #848484. Windows color (decimal): -3581766 or 12212425. OLE color: 12212425.

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

Color convert

RGB 201 88 186 -
CMYK 0 0.56 0.07 0.21
HSL 307.96º 0.51% 0.57% -
HSV(B) 307.96º 0.56% 0.79% -
XYZ 36.44 22.94 48.96 -
YUV 132.96 157.94 176.53 -
System Red Green Blue C M Y K H S L
Decimal 201 88 186 0 0.56 0.07 0.21 307.96 0.51 0.57
Hex C9 58 BA 0 38 7 15 134 33 39
Octal 311 130 272 0 70 7 25 464 63 71
Binary 11001001 1011000 10111010 0 111000 111 10101 100110100 110011 111001

Color Harmonies of #C958BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958BA

Black with #C958BA

Text Example


Text Example

White with #C958BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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