Html Css Color HEX #C958BB Fuchsia

📋 copy color: '#C958BB'

red 201 ◦ green 88 ◦ blue 187

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

Shades of Fuchsia #C958BB

Tints of Fuchsia #C958BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.29%

R = 42.23%
G = 18.49%
B = 39.29%

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

#C958BB (or 0xC958BB) is known color: Fuchsia. HEX triplet: C9, 58 and BB. RGB value is (201,88,187). Sum of RGB (Red+Green+Blue) = 201+88+187=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 201 - color contains mainly: red. Hex color #C958BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958BB is #36A744. Grayscale: #848484. Windows color (decimal): -3581765 or 12277961. OLE color: 12277961.

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

Color convert

RGB 201 88 187 -
CMYK 0 0.56 0.07 0.21
HSL 307.43º 0.51% 0.57% -
HSV(B) 307.43º 0.56% 0.79% -
XYZ 36.55 22.98 49.52 -
YUV 133.07 158.44 176.45 -
System Red Green Blue C M Y K H S L
Decimal 201 88 187 0 0.56 0.07 0.21 307.43 0.51 0.57
Hex C9 58 BB 0 38 7 15 133 33 39
Octal 311 130 273 0 70 7 25 463 63 71
Binary 11001001 1011000 10111011 0 111000 111 10101 100110011 110011 111001

Color Harmonies of #C958BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958BB

Black with #C958BB

Text Example


Text Example

White with #C958BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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