Html Css Color HEX #C947BC Fuchsia

📋 copy color: '#C947BC'

red 201 ◦ green 71 ◦ blue 188

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

Shades of Fuchsia #C947BC

Tints of Fuchsia #C947BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.87%

R = 43.7%
G = 15.43%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C947BC (or 0xC947BC) is known color: Fuchsia. HEX triplet: C9, 47 and BC. RGB value is (201,71,188). Sum of RGB (Red+Green+Blue) = 201+71+188=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C947BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C947BC is #36B843. Grayscale: #7A7A7A. Windows color (decimal): -3586116 or 12339145. OLE color: 12339145.

HSL color Cylindrical-coordinate representation of color #C947BC: hue angle of 306º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C947BC is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 71 188 -
CMYK 0 0.65 0.06 0.21
HSL 306º 0.55% 0.53% -
HSV(B) 306º 0.65% 0.79% -
XYZ 35.42 20.55 49.68 -
YUV 123.21 164.57 183.49 -
System Red Green Blue C M Y K H S L
Decimal 201 71 188 0 0.65 0.06 0.21 306 0.55 0.53
Hex C9 47 BC 0 41 6 15 132 37 35
Octal 311 107 274 0 101 6 25 462 67 65
Binary 11001001 1000111 10111100 0 1000001 110 10101 100110010 110111 110101

Color Harmonies of #C947BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C947BC

Black with #C947BC

Text Example


Text Example

White with #C947BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C947BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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