Html Css Color HEX #C959CD Fuchsia

📋 copy color: '#C959CD'

red 201 ◦ green 89 ◦ blue 205

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

Shades of Fuchsia #C959CD

Tints of Fuchsia #C959CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 40.61%
G = 17.98%
B = 41.41%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C959CD (or 0xC959CD) is known color: Fuchsia. HEX triplet: C9, 59 and CD. RGB value is (201,89,205). Sum of RGB (Red+Green+Blue) = 201+89+205=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #C959CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959CD is #36A632. Grayscale: #878787. Windows color (decimal): -3581491 or 13457865. OLE color: 13457865.

HSL color Cylindrical-coordinate representation of color #C959CD: hue angle of 297.93º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C959CD is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 89 205 -
CMYK 0.02 0.57 0 0.20
HSL 297.93º 0.54% 0.58% -
HSV(B) 297.93º 0.57% 0.8% -
XYZ 38.68 23.97 60.35 -
YUV 135.71 167.11 174.57 -
System Red Green Blue C M Y K H S L
Decimal 201 89 205 0.02 0.57 0 0.20 297.93 0.54 0.58
Hex C9 59 CD 2 39 0 14 12A 36 3A
Octal 311 131 315 2 71 0 24 452 66 72
Binary 11001001 1011001 11001101 10 111001 0 10100 100101010 110110 111010

Color Harmonies of #C959CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C959CD

Black with #C959CD

Text Example


Text Example

White with #C959CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C959CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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