Html Css Color HEX #C957C5 Fuchsia

📋 copy color: '#C957C5'

red 201 ◦ green 87 ◦ blue 197

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

Shades of Fuchsia #C957C5

Tints of Fuchsia #C957C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.62%

R = 41.44%
G = 17.94%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C957C5 (or 0xC957C5) is known color: Fuchsia. HEX triplet: C9, 57 and C5. RGB value is (201,87,197). Sum of RGB (Red+Green+Blue) = 201+87+197=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 201 - color contains mainly: red. Hex color #C957C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C957C5 is #36A83A. Grayscale: #858585. Windows color (decimal): -3582011 or 12933065. OLE color: 12933065.

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

Color convert

RGB 201 87 197 -
CMYK 0 0.57 0.02 0.21
HSL 302.11º 0.51% 0.56% -
HSV(B) 302.11º 0.57% 0.79% -
XYZ 37.57 23.27 55.33 -
YUV 133.63 163.77 176.06 -
System Red Green Blue C M Y K H S L
Decimal 201 87 197 0 0.57 0.02 0.21 302.11 0.51 0.56
Hex C9 57 C5 0 39 2 15 12E 33 38
Octal 311 127 305 0 71 2 25 456 63 70
Binary 11001001 1010111 11000101 0 111001 10 10101 100101110 110011 111000

Color Harmonies of #C957C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C957C5

Black with #C957C5

Text Example


Text Example

White with #C957C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C957C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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