Html Css Color HEX #C947BB Fuchsia

📋 copy color: '#C947BB'

red 201 ◦ green 71 ◦ blue 187

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

Shades of Fuchsia #C947BB

Tints of Fuchsia #C947BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 43.79%
G = 15.47%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C947BB (or 0xC947BB) is known color: Fuchsia. HEX triplet: C9, 47 and BB. RGB value is (201,71,187). Sum of RGB (Red+Green+Blue) = 201+71+187=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C947BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C947BB is #36B844. Grayscale: #7A7A7A. Windows color (decimal): -3586117 or 12273609. OLE color: 12273609.

HSL color Cylindrical-coordinate representation of color #C947BB: hue angle of 306.46º 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 #C947BB is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 71 187 -
CMYK 0 0.65 0.07 0.21
HSL 306.46º 0.55% 0.53% -
HSV(B) 306.46º 0.65% 0.79% -
XYZ 35.31 20.51 49.11 -
YUV 123.09 164.07 183.57 -
System Red Green Blue C M Y K H S L
Decimal 201 71 187 0 0.65 0.07 0.21 306.46 0.55 0.53
Hex C9 47 BB 0 41 7 15 132 37 35
Octal 311 107 273 0 101 7 25 462 67 65
Binary 11001001 1000111 10111011 0 1000001 111 10101 100110010 110111 110101

Color Harmonies of #C947BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C947BB

Black with #C947BB

Text Example


Text Example

White with #C947BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C947BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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