Html Css Color HEX #C959CC Fuchsia

📋 copy color: '#C959CC'

red 201 ◦ green 89 ◦ blue 204

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

Shades of Fuchsia #C959CC

Tints of Fuchsia #C959CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 40.69%
G = 18.02%
B = 41.3%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C959CC (or 0xC959CC) is known color: Fuchsia. HEX triplet: C9, 59 and CC. RGB value is (201,89,204). Sum of RGB (Red+Green+Blue) = 201+89+204=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #C959CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959CC is #36A633. Grayscale: #878787. Windows color (decimal): -3581492 or 13392329. OLE color: 13392329.

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

Color convert

RGB 201 89 204 -
CMYK 0.01 0.56 0 0.2
HSL 298.43º 0.53% 0.57% -
HSV(B) 298.43º 0.56% 0.8% -
XYZ 38.56 23.92 59.71 -
YUV 135.6 166.61 174.65 -
System Red Green Blue C M Y K H S L
Decimal 201 89 204 0.01 0.56 0 0.2 298.43 0.53 0.57
Hex C9 59 CC 1 38 0 14 12A 35 39
Octal 311 131 314 1 70 0 24 452 65 71
Binary 11001001 1011001 11001100 1 111000 0 10100 100101010 110101 111001

Color Harmonies of #C959CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959CC

Black with #C959CC

Text Example


Text Example

White with #C959CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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