Html Css Color HEX #C957B2 Fuchsia

📋 copy color: '#C957B2'

red 201 ◦ green 87 ◦ blue 178

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

Shades of Fuchsia #C957B2

Tints of Fuchsia #C957B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.2%

R = 43.13%
G = 18.67%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C957B2 (or 0xC957B2) is known color: Fuchsia. HEX triplet: C9, 57 and B2. RGB value is (201,87,178). Sum of RGB (Red+Green+Blue) = 201+87+178=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C957B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C957B2 is #36A84D. Grayscale: #838383. Windows color (decimal): -3582030 or 11687881. OLE color: 11687881.

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

Color convert

RGB 201 87 178 -
CMYK 0 0.57 0.11 0.21
HSL 312.11º 0.51% 0.56% -
HSV(B) 312.11º 0.57% 0.79% -
XYZ 35.53 22.45 44.58 -
YUV 131.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 201 87 178 0 0.57 0.11 0.21 312.11 0.51 0.56
Hex C9 57 B2 0 39 B 15 138 33 38
Octal 311 127 262 0 71 13 25 470 63 70
Binary 11001001 1010111 10110010 0 111001 1011 10101 100111000 110011 111000

Color Harmonies of #C957B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C957B2

Black with #C957B2

Text Example


Text Example

White with #C957B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C957B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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