Html Css Color HEX #C957C7 Fuchsia

📋 copy color: '#C957C7'

red 201 ◦ green 87 ◦ blue 199

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

Shades of Fuchsia #C957C7

Tints of Fuchsia #C957C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.86%

R = 41.27%
G = 17.86%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C957C7 (or 0xC957C7) is known color: Fuchsia. HEX triplet: C9, 57 and C7. RGB value is (201,87,199). Sum of RGB (Red+Green+Blue) = 201+87+199=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C957C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C957C7 is #36A838. Grayscale: #858585. Windows color (decimal): -3582009 or 13064137. OLE color: 13064137.

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

Color convert

RGB 201 87 199 -
CMYK 0 0.57 0.01 0.21
HSL 301.05º 0.51% 0.56% -
HSV(B) 301.05º 0.57% 0.79% -
XYZ 37.8 23.36 56.55 -
YUV 133.85 164.77 175.89 -
System Red Green Blue C M Y K H S L
Decimal 201 87 199 0 0.57 0.01 0.21 301.05 0.51 0.56
Hex C9 57 C7 0 39 1 15 12D 33 38
Octal 311 127 307 0 71 1 25 455 63 70
Binary 11001001 1010111 11000111 0 111001 1 10101 100101101 110011 111000

Color Harmonies of #C957C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C957C7

Black with #C957C7

Text Example


Text Example

White with #C957C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C957C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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