Html Css Color HEX #C957B9 Fuchsia

📋 copy color: '#C957B9'

red 201 ◦ green 87 ◦ blue 185

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

Shades of Fuchsia #C957B9

Tints of Fuchsia #C957B9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.39%

 BLUE value IS 185 (72.66% from 255) = 39.11%

R = 42.49%
G = 18.39%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C957B9 (or 0xC957B9) is known color: Fuchsia. HEX triplet: C9, 57 and B9. RGB value is (201,87,185). Sum of RGB (Red+Green+Blue) = 201+87+185=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C957B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C957B9 is #36A846. Grayscale: #838383. Windows color (decimal): -3582023 or 12146633. OLE color: 12146633.

HSL color Cylindrical-coordinate representation of color #C957B9: hue angle of 308.42º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C957B9 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 87 185 -
CMYK 0 0.57 0.08 0.21
HSL 308.42º 0.51% 0.56% -
HSV(B) 308.42º 0.57% 0.79% -
XYZ 36.25 22.74 48.38 -
YUV 132.26 157.77 177.03 -
System Red Green Blue C M Y K H S L
Decimal 201 87 185 0 0.57 0.08 0.21 308.42 0.51 0.56
Hex C9 57 B9 0 39 8 15 134 33 38
Octal 311 127 271 0 71 10 25 464 63 70
Binary 11001001 1010111 10111001 0 111001 1000 10101 100110100 110011 111000

Color Harmonies of #C957B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C957B9

Black with #C957B9

Text Example


Text Example

White with #C957B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C957B9; }

 p { color: rgb(201,87,185); }

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

background-color css

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

 a { background-color: rgb(201,87,185); }

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

border-color css

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

 span { border-color: rgb(201,87,185); }

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