Html Css Color HEX #C957CB Fuchsia

📋 copy color: '#C957CB'

red 201 ◦ green 87 ◦ blue 203

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

Shades of Fuchsia #C957CB

Tints of Fuchsia #C957CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 40.94%
G = 17.72%
B = 41.34%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C957CB (or 0xC957CB) is known color: Fuchsia. HEX triplet: C9, 57 and CB. RGB value is (201,87,203). Sum of RGB (Red+Green+Blue) = 201+87+203=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #C957CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C957CB is #36A834. Grayscale: #858585. Windows color (decimal): -3582005 or 13326281. OLE color: 13326281.

HSL color Cylindrical-coordinate representation of color #C957CB: hue angle of 298.97º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C957CB is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 87 203 -
CMYK 0.01 0.57 0 0.20
HSL 298.97º 0.53% 0.57% -
HSV(B) 298.97º 0.57% 0.8% -
XYZ 38.28 23.55 59.03 -
YUV 134.31 166.77 175.57 -
System Red Green Blue C M Y K H S L
Decimal 201 87 203 0.01 0.57 0 0.20 298.97 0.53 0.57
Hex C9 57 CB 1 39 0 14 12B 35 39
Octal 311 127 313 1 71 0 24 453 65 71
Binary 11001001 1010111 11001011 1 111001 0 10100 100101011 110101 111001

Color Harmonies of #C957CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C957CB

Black with #C957CB

Text Example


Text Example

White with #C957CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C957CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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