Html Css Color HEX #C947D1 Fuchsia

📋 copy color: '#C947D1'

red 201 ◦ green 71 ◦ blue 209

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

Shades of Fuchsia #C947D1

Tints of Fuchsia #C947D1

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.76%

 BLUE value IS 209 (82.03% from 255) = 43.45%

R = 41.79%
G = 14.76%
B = 43.45%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C947D1 (or 0xC947D1) is known color: Fuchsia. HEX triplet: C9, 47 and D1. RGB value is (201,71,209). Sum of RGB (Red+Green+Blue) = 201+71+209=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #C947D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C947D1 is #36B82E. Grayscale: #7D7D7D. Windows color (decimal): -3586095 or 13715401. OLE color: 13715401.

HSL color Cylindrical-coordinate representation of color #C947D1: hue angle of 296.52º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C947D1 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 71 209 -
CMYK 0.04 0.66 0 0.18
HSL 296.52º 0.6% 0.55% -
HSV(B) 296.52º 0.66% 0.82% -
XYZ 37.85 21.53 62.48 -
YUV 125.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 201 71 209 0.04 0.66 0 0.18 296.52 0.6 0.55
Hex C9 47 D1 4 42 0 12 129 3C 37
Octal 311 107 321 4 102 0 22 451 74 67
Binary 11001001 1000111 11010001 100 1000010 0 10010 100101001 111100 110111

Color Harmonies of #C947D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C947D1

Black with #C947D1

Text Example


Text Example

White with #C947D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C947D1; }

 p { color: rgb(201,71,209); }

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

background-color css

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

 a { background-color: rgb(201,71,209); }

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

border-color css

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

 span { border-color: rgb(201,71,209); }

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