Html Css Color HEX #C947CC Fuchsia

📋 copy color: '#C947CC'

red 201 ◦ green 71 ◦ blue 204

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

Shades of Fuchsia #C947CC

Tints of Fuchsia #C947CC

RGB

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

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

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

R = 42.23%
G = 14.92%
B = 42.86%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C947CC (or 0xC947CC) is known color: Fuchsia. HEX triplet: C9, 47 and CC. RGB value is (201,71,204). Sum of RGB (Red+Green+Blue) = 201+71+204=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #C947CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C947CC is #36B833. Grayscale: #7C7C7C. Windows color (decimal): -3586100 or 13387721. OLE color: 13387721.

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

Color convert

RGB 201 71 204 -
CMYK 0.01 0.65 0 0.2
HSL 298.65º 0.57% 0.54% -
HSV(B) 298.65º 0.65% 0.8% -
XYZ 37.24 21.28 59.27 -
YUV 125.03 172.57 182.19 -
System Red Green Blue C M Y K H S L
Decimal 201 71 204 0.01 0.65 0 0.2 298.65 0.57 0.54
Hex C9 47 CC 1 41 0 14 12B 39 36
Octal 311 107 314 1 101 0 24 453 71 66
Binary 11001001 1000111 11001100 1 1000001 0 10100 100101011 111001 110110

Color Harmonies of #C947CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C947CC

Black with #C947CC

Text Example


Text Example

White with #C947CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C947CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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