Html Css Color HEX #C959C6 Fuchsia

📋 copy color: '#C959C6'

red 201 ◦ green 89 ◦ blue 198

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

Shades of Fuchsia #C959C6

Tints of Fuchsia #C959C6

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.24%

 BLUE value IS 198 (77.73% from 255) = 40.57%

R = 41.19%
G = 18.24%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C959C6 (or 0xC959C6) is known color: Fuchsia. HEX triplet: C9, 59 and C6. RGB value is (201,89,198). Sum of RGB (Red+Green+Blue) = 201+89+198=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 201 - color contains mainly: red. Hex color #C959C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959C6 is #36A639. Grayscale: #868686. Windows color (decimal): -3581498 or 12999113. OLE color: 12999113.

HSL color Cylindrical-coordinate representation of color #C959C6: hue angle of 301.61º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C959C6 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 89 198 -
CMYK 0 0.56 0.01 0.21
HSL 301.61º 0.51% 0.57% -
HSV(B) 301.61º 0.56% 0.79% -
XYZ 37.85 23.64 55.99 -
YUV 134.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 201 89 198 0 0.56 0.01 0.21 301.61 0.51 0.57
Hex C9 59 C6 0 38 1 15 12E 33 39
Octal 311 131 306 0 70 1 25 456 63 71
Binary 11001001 1011001 11000110 0 111000 1 10101 100101110 110011 111001

Color Harmonies of #C959C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959C6

Black with #C959C6

Text Example


Text Example

White with #C959C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959C6; }

 p { color: rgb(201,89,198); }

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

background-color css

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

 a { background-color: rgb(201,89,198); }

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

border-color css

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

 span { border-color: rgb(201,89,198); }

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