Html Css Color HEX #C959D0 Fuchsia

📋 copy color: '#C959D0'

red 201 ◦ green 89 ◦ blue 208

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

Shades of Fuchsia #C959D0

Tints of Fuchsia #C959D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.77%

R = 40.36%
G = 17.87%
B = 41.77%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C959D0 (or 0xC959D0) is known color: Fuchsia. HEX triplet: C9, 59 and D0. RGB value is (201,89,208). Sum of RGB (Red+Green+Blue) = 201+89+208=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #C959D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959D0 is #36A62F. Grayscale: #878787. Windows color (decimal): -3581488 or 13654473. OLE color: 13654473.

HSL color Cylindrical-coordinate representation of color #C959D0: hue angle of 296.47º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C959D0 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 89 208 -
CMYK 0.03 0.57 0 0.18
HSL 296.47º 0.56% 0.58% -
HSV(B) 296.47º 0.57% 0.82% -
XYZ 39.04 24.12 62.27 -
YUV 136.05 168.61 174.32 -
System Red Green Blue C M Y K H S L
Decimal 201 89 208 0.03 0.57 0 0.18 296.47 0.56 0.58
Hex C9 59 D0 3 39 0 12 128 38 3A
Octal 311 131 320 3 71 0 22 450 70 72
Binary 11001001 1011001 11010000 11 111001 0 10010 100101000 111000 111010

Color Harmonies of #C959D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959D0

Black with #C959D0

Text Example


Text Example

White with #C959D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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