Html Css Color HEX #C946BF Fuchsia

📋 copy color: '#C946BF'

red 201 ◦ green 70 ◦ blue 191

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

Shades of Fuchsia #C946BF

Tints of Fuchsia #C946BF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.15%

 BLUE value IS 191 (75% from 255) = 41.34%

R = 43.51%
G = 15.15%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C946BF (or 0xC946BF) is known color: Fuchsia. HEX triplet: C9, 46 and BF. RGB value is (201,70,191). Sum of RGB (Red+Green+Blue) = 201+70+191=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C946BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C946BF is #36B940. Grayscale: #7A7A7A. Windows color (decimal): -3586369 or 12535497. OLE color: 12535497.

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

Color convert

RGB 201 70 191 -
CMYK 0 0.65 0.05 0.21
HSL 304.58º 0.55% 0.53% -
HSV(B) 304.58º 0.65% 0.79% -
XYZ 35.68 20.56 51.38 -
YUV 122.96 166.4 183.66 -
System Red Green Blue C M Y K H S L
Decimal 201 70 191 0 0.65 0.05 0.21 304.58 0.55 0.53
Hex C9 46 BF 0 41 5 15 131 37 35
Octal 311 106 277 0 101 5 25 461 67 65
Binary 11001001 1000110 10111111 0 1000001 101 10101 100110001 110111 110101

Color Harmonies of #C946BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C946BF

Black with #C946BF

Text Example


Text Example

White with #C946BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C946BF; }

 p { color: rgb(201,70,191); }

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

background-color css

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

 a { background-color: rgb(201,70,191); }

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

border-color css

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

 span { border-color: rgb(201,70,191); }

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