Html Css Color HEX #C947B8 Fuchsia

📋 copy color: '#C947B8'

red 201 ◦ green 71 ◦ blue 184

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

Shades of Fuchsia #C947B8

Tints of Fuchsia #C947B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.35%

R = 44.08%
G = 15.57%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C947B8 (or 0xC947B8) is known color: Fuchsia. HEX triplet: C9, 47 and B8. RGB value is (201,71,184). Sum of RGB (Red+Green+Blue) = 201+71+184=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C947B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C947B8 is #36B847. Grayscale: #7A7A7A. Windows color (decimal): -3586120 or 12077001. OLE color: 12077001.

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

Color convert

RGB 201 71 184 -
CMYK 0 0.65 0.08 0.21
HSL 307.85º 0.55% 0.53% -
HSV(B) 307.85º 0.65% 0.79% -
XYZ 34.99 20.38 47.44 -
YUV 122.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 201 71 184 0 0.65 0.08 0.21 307.85 0.55 0.53
Hex C9 47 B8 0 41 8 15 134 37 35
Octal 311 107 270 0 101 10 25 464 67 65
Binary 11001001 1000111 10111000 0 1000001 1000 10101 100110100 110111 110101

Color Harmonies of #C947B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C947B8

Black with #C947B8

Text Example


Text Example

White with #C947B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C947B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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