Html Css Color HEX #C958BC Fuchsia

📋 copy color: '#C958BC'

red 201 ◦ green 88 ◦ blue 188

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

Shades of Fuchsia #C958BC

Tints of Fuchsia #C958BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.41%

R = 42.14%
G = 18.45%
B = 39.41%

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

#C958BC (or 0xC958BC) is known color: Fuchsia. HEX triplet: C9, 58 and BC. RGB value is (201,88,188). Sum of RGB (Red+Green+Blue) = 201+88+188=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C958BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C958BC is #36A743. Grayscale: #848484. Windows color (decimal): -3581764 or 12343497. OLE color: 12343497.

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

Color convert

RGB 201 88 188 -
CMYK 0 0.56 0.06 0.21
HSL 306.9º 0.51% 0.57% -
HSV(B) 306.9º 0.56% 0.79% -
XYZ 36.65 23.03 50.09 -
YUV 133.19 158.94 176.37 -
System Red Green Blue C M Y K H S L
Decimal 201 88 188 0 0.56 0.06 0.21 306.9 0.51 0.57
Hex C9 58 BC 0 38 6 15 133 33 39
Octal 311 130 274 0 70 6 25 463 63 71
Binary 11001001 1011000 10111100 0 111000 110 10101 100110011 110011 111001

Color Harmonies of #C958BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C958BC

Black with #C958BC

Text Example


Text Example

White with #C958BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C958BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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