Html Css Color HEX #C958BD Fuchsia

📋 copy color: '#C958BD'

red 201 ◦ green 88 ◦ blue 189

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

Shades of Fuchsia #C958BD

Tints of Fuchsia #C958BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.54%

R = 42.05%
G = 18.41%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C958BD (or 0xC958BD) is known color: Fuchsia. HEX triplet: C9, 58 and BD. RGB value is (201,88,189). Sum of RGB (Red+Green+Blue) = 201+88+189=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C958BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958BD is #36A742. Grayscale: #858585. Windows color (decimal): -3581763 or 12409033. OLE color: 12409033.

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

Color convert

RGB 201 88 189 -
CMYK 0 0.56 0.06 0.21
HSL 306.37º 0.51% 0.57% -
HSV(B) 306.37º 0.56% 0.79% -
XYZ 36.76 23.07 50.66 -
YUV 133.3 159.44 176.29 -
System Red Green Blue C M Y K H S L
Decimal 201 88 189 0 0.56 0.06 0.21 306.37 0.51 0.57
Hex C9 58 BD 0 38 6 15 132 33 39
Octal 311 130 275 0 70 6 25 462 63 71
Binary 11001001 1011000 10111101 0 111000 110 10101 100110010 110011 111001

Color Harmonies of #C958BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958BD

Black with #C958BD

Text Example


Text Example

White with #C958BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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