Html Css Color HEX #C746BE Fuchsia

📋 copy color: '#C746BE'

red 199 ◦ green 70 ◦ blue 190

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

Shades of Fuchsia #C746BE

Tints of Fuchsia #C746BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.39%

R = 43.36%
G = 15.25%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C746BE (or 0xC746BE) is known color: Fuchsia. HEX triplet: C7, 46 and BE. RGB value is (199,70,190). Sum of RGB (Red+Green+Blue) = 199+70+190=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C746BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C746BE is #38B941. Grayscale: #797979. Windows color (decimal): -3717442 or 12469959. OLE color: 12469959.

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

Color convert

RGB 199 70 190 -
CMYK 0 0.65 0.05 0.22
HSL 304.19º 0.54% 0.53% -
HSV(B) 304.19º 0.65% 0.78% -
XYZ 35.04 20.24 50.78 -
YUV 122.25 166.24 182.74 -
System Red Green Blue C M Y K H S L
Decimal 199 70 190 0 0.65 0.05 0.22 304.19 0.54 0.53
Hex C7 46 BE 0 41 5 16 130 36 35
Octal 307 106 276 0 101 5 26 460 66 65
Binary 11000111 1000110 10111110 0 1000001 101 10110 100110000 110110 110101

Color Harmonies of #C746BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C746BE

Black with #C746BE

Text Example


Text Example

White with #C746BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C746BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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