Html Css Color HEX #C957C4 Fuchsia

📋 copy color: '#C957C4'

red 201 ◦ green 87 ◦ blue 196

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

Shades of Fuchsia #C957C4

Tints of Fuchsia #C957C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.5%

R = 41.53%
G = 17.98%
B = 40.5%

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

#C957C4 (or 0xC957C4) is known color: Fuchsia. HEX triplet: C9, 57 and C4. RGB value is (201,87,196). Sum of RGB (Red+Green+Blue) = 201+87+196=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 201 - color contains mainly: red. Hex color #C957C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C957C4 is #36A83B. Grayscale: #858585. Windows color (decimal): -3582012 or 12867529. OLE color: 12867529.

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

Color convert

RGB 201 87 196 -
CMYK 0 0.57 0.02 0.21
HSL 302.63º 0.51% 0.56% -
HSV(B) 302.63º 0.57% 0.79% -
XYZ 37.46 23.22 54.73 -
YUV 133.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 201 87 196 0 0.57 0.02 0.21 302.63 0.51 0.56
Hex C9 57 C4 0 39 2 15 12F 33 38
Octal 311 127 304 0 71 2 25 457 63 70
Binary 11001001 1010111 11000100 0 111001 10 10101 100101111 110011 111000

Color Harmonies of #C957C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C957C4

Black with #C957C4

Text Example


Text Example

White with #C957C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C957C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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