Html Css Color HEX #C746BA Fuchsia

📋 copy color: '#C746BA'

red 199 ◦ green 70 ◦ blue 186

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

Shades of Fuchsia #C746BA

Tints of Fuchsia #C746BA

RGB

 RED value IS 199 (78.13% from 255) = 43.74%

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

 BLUE value IS 186 (73.05% from 255) = 40.88%

R = 43.74%
G = 15.38%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C746BA (or 0xC746BA) is known color: Fuchsia. HEX triplet: C7, 46 and BA. RGB value is (199,70,186). Sum of RGB (Red+Green+Blue) = 199+70+186=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C746BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C746BA is #38B945. Grayscale: #797979. Windows color (decimal): -3717446 or 12207815. OLE color: 12207815.

HSL color Cylindrical-coordinate representation of color #C746BA: hue angle of 306.05º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C746BA is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 70 186 -
CMYK 0 0.65 0.07 0.22
HSL 306.05º 0.54% 0.53% -
HSV(B) 306.05º 0.65% 0.78% -
XYZ 34.61 20.07 48.5 -
YUV 121.8 164.24 183.07 -
System Red Green Blue C M Y K H S L
Decimal 199 70 186 0 0.65 0.07 0.22 306.05 0.54 0.53
Hex C7 46 BA 0 41 7 16 132 36 35
Octal 307 106 272 0 101 7 26 462 66 65
Binary 11000111 1000110 10111010 0 1000001 111 10110 100110010 110110 110101

Color Harmonies of #C746BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C746BA

Black with #C746BA

Text Example


Text Example

White with #C746BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C746BA; }

 p { color: rgb(199,70,186); }

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

background-color css

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

 a { background-color: rgb(199,70,186); }

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

border-color css

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

 span { border-color: rgb(199,70,186); }

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